Add option to disable fallback after failure

This commit is contained in:
Ajay
2022-09-08 15:02:56 -04:00
parent 072324f0ab
commit 1e66a2e57a
2 changed files with 6 additions and 3 deletions

View File

@@ -88,7 +88,8 @@ addDefaults(config, {
readTimeout: 250,
max: 10,
idleTimeoutMillis: 10000,
maxTries: 3
maxTries: 3,
fallbackOnFail: true
},
dumpDatabase: {
enabled: false,