fix cron
This commit is contained in:
parent
8f45e5e648
commit
182f6d01e0
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ name = "minecraft"
|
|||
|
||||
# cron as in https://lib.rs/crate/cron
|
||||
# <second> <minute> <hours> <day of month> <month> <day of the week>
|
||||
cron = "0 0 0 2 * *"
|
||||
cron = "0 0 2 * * *"
|
||||
|
||||
# retention on local server
|
||||
local_retention_time = "1d"
|
||||
|
|
Reference in a new issue