You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tiemouts and maybe other environment-dependent variable values should not be hard-coded but easily changeable through a configuration file.
Python builtin configparse uses TOML by default, which should be plenty for this (and is also compatible if other builtins such as the log config parser - see this issue).
The text was updated successfully, but these errors were encountered:
lpascal-ledger
changed the title
Move timeouts default values to a configuration
Move timeouts default values to a configuration file
Nov 24, 2022
Tiemouts and maybe other environment-dependent variable values should not be hard-coded but easily changeable through a configuration file.
Python builtin
configparse
uses TOML by default, which should be plenty for this (and is also compatible if other builtins such as the log config parser - see this issue).The text was updated successfully, but these errors were encountered: