SpaceTeam/STS1_EDU_Scheduler

Properly handle config data

开放

#129 创建于 2023年12月3日

 (0 条评论) (0 个反应) (0 位负责人)Rust (0 个派生)auto 404
Featureenhancementgood first issue

仓库指标

星标
 (2 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Currently, we read configuration data from a config.toml file in the working directory.

This should be improved to

  • load the config file not in main, but in a global (see lazy_static)
  • add more config options like
    • maximum result file size
    • CEP timeouts

贡献者指南