Closed szarykott closed 1 year ago
This pull request migrates the COOLDOWN environment variable to a format understood by time.ParseDuartion. What is more, migration is done in backward-compatible mode (COOLDOWN equal to a number of seconds w/o unit would still be understood).
time.ParseDuartion
Additionally, tests are added.
This pull request migrates the COOLDOWN environment variable to a format understood by
time.ParseDuartion
. What is more, migration is done in backward-compatible mode (COOLDOWN equal to a number of seconds w/o unit would still be understood).Additionally, tests are added.