changed backup frequency to hourly #1705
This commit is contained in:
parent
7bc1376348
commit
566ccc630d
2 changed files with 2 additions and 1 deletions
|
|
@ -16,6 +16,7 @@
|
|||
- Added plascrete as an alternative to steel frames in the electric greenhouse @Redeix
|
||||
- Added the ability for foods to affect the player's temperature @BlueBoat29
|
||||
- EMI Batched rendering has been disabled by default. @TomPlop
|
||||
- Automatic backups now happen hourly instead of daily (#1705) @Pyritie @Xikaro
|
||||
### Bug fixes
|
||||
- Fixed tongs getting stuck in ovens, and now you can use them the same way you'd previously use a Peel @Pyritie
|
||||
- Allowed powders, gears, plates, double plates, springs, and small springs to be heated (#1727) @Redeix
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
More info here
|
||||
(http://www.cronmaker.com)
|
||||
*/
|
||||
"backup_cron": "0 0 1 * * ?",
|
||||
"backup_cron": "0 0 0/1 1/1 * ? *",
|
||||
// Time between manual backups using the command
|
||||
"manual_backups_time": 0,
|
||||
// Only run a backup if a player has been online since the last backup
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue