Show total stats if not under high load

This commit is contained in:
Ajay
2022-11-20 00:47:41 -05:00
parent df76b5f053
commit 87e38c8bc4
7 changed files with 46 additions and 5 deletions

View File

@@ -78,7 +78,8 @@ addDefaults(config, {
idleTimeoutMillis: 10000,
maxTries: 3,
maxActiveRequests: 0,
timeout: 60000
timeout: 60000,
highLoadThreshold: 10
},
postgresReadOnly: {
enabled: false,