From e93c08f33aecb6dfa6b95693f99a4afa493bb80a Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Wed, 5 May 2021 17:01:52 -0400 Subject: [PATCH] disable database by default --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index 34301ca..376fe0a 100644 --- a/src/config.ts +++ b/src/config.ts @@ -48,7 +48,7 @@ addDefaults(config, { maxRewardTimePerSegmentInSeconds: 86400, postgres: null, dumpDatabase: { - enabled: true, + enabled: false, minTimeBetweenMs: 60000, appExportPath: './docker/database-export', postgresExportPath: '/opt/exports',