Update defauly NeDB compaction schedule to hourly

This commit is contained in:
benji7425 2018-01-27 00:42:36 +00:00
parent 90eeddfc32
commit 4fe1f35e92
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{ {
"dbConnectionString": "nedb://guilds-data", "dbConnectionString": "nedb://guilds-data",
"neDBCompactionSchedule": "0 * * * * *", "neDBCompactionSchedule": "0 0 * * * *",
"website": "https://benji7425.github.io", "website": "https://benji7425.github.io",
"discordInvite": "https://discord.gg/SSkbwSJ", "discordInvite": "https://discord.gg/SSkbwSJ",
"debugIgnores": [ "debugIgnores": [