SpaceTeam/STS1_EDU_Scheduler

Properly handle config data

Ouverte

#129 ouverte le 3 déc. 2023

 (0 commentaire) (0 réaction) (0 personne assignée)Rust (0 fork)auto 404
Featureenhancementgood first issue

Métriques du dépôt

Stars
 (2 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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

Guide contributeur