From 9b37c3b5cd7dc87f1e4bf6c516856aa2639b3faf Mon Sep 17 00:00:00 2001 From: benji7425 Date: Tue, 23 Jan 2018 23:19:33 +0000 Subject: [PATCH] Update default NeDB compaction schedule to once per minute --- discord-bot-core/internal-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord-bot-core/internal-config.json b/discord-bot-core/internal-config.json index a99ca98..4f0f239 100644 --- a/discord-bot-core/internal-config.json +++ b/discord-bot-core/internal-config.json @@ -1,5 +1,5 @@ { - "dbCompactionSchedule": "0 0 0,3,6,9 * * *", + "dbCompactionSchedule": "0 * * * * *", "restartSchedule": "0 0 0 * * *", "restartTimeout": 5000, "website": "https://benji7425.github.io",