Update default NeDB compaction schedule to once per minute

This commit is contained in:
benji7425 2018-01-23 23:19:33 +00:00
parent 87016a6fb9
commit 9b37c3b5cd
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{
"dbCompactionSchedule": "0 0 0,3,6,9 * * *",
"dbCompactionSchedule": "0 * * * * *",
"restartSchedule": "0 0 0 * * *",
"restartTimeout": 5000,
"website": "https://benji7425.github.io",