SpaceTeam/STS1_EDU_Scheduler

Properly handle config data

オープン

#129 opened on 2023/12/03

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Rust (0 件のフォーク)auto 404
Featureenhancementgood first issue

Repository metrics

Stars
 (2 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド