SpaceTeam/STS1_EDU_Scheduler

Properly handle config data

Aperta

#129 aperta il 3 dic 2023

 (0 commenti) (0 reazioni) (0 assegnatari)Rust (0 fork)auto 404
Featureenhancementgood first issue

Metriche repository

Star
 (2 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor