This commit is contained in:
Didier Slof 2023-04-15 19:07:36 +02:00
parent 8f45e5e648
commit 182f6d01e0
Signed by: didier
GPG key ID: 01E71F18AA4398E5
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ name = "general"
# cron as in https://lib.rs/crate/cron # cron as in https://lib.rs/crate/cron
# <second> <minute> <hours> <day of month> <month> <day of the week> # <second> <minute> <hours> <day of month> <month> <day of the week>
cron = "0 0 0 2 * *" cron = "0 0 2 * * *"
# retention on local server # retention on local server
local_retention_time = "1d" local_retention_time = "1d"

View file

@ -3,7 +3,7 @@ name = "minecraft"
# cron as in https://lib.rs/crate/cron # cron as in https://lib.rs/crate/cron
# <second> <minute> <hours> <day of month> <month> <day of the week> # <second> <minute> <hours> <day of month> <month> <day of the week>
cron = "0 0 0 2 * *" cron = "0 0 2 * * *"
# retention on local server # retention on local server
local_retention_time = "1d" local_retention_time = "1d"