mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-11 22:17:14 +03:00
Show total stats if not under high load
This commit is contained in:
@@ -78,7 +78,8 @@ addDefaults(config, {
|
||||
idleTimeoutMillis: 10000,
|
||||
maxTries: 3,
|
||||
maxActiveRequests: 0,
|
||||
timeout: 60000
|
||||
timeout: 60000,
|
||||
highLoadThreshold: 10
|
||||
},
|
||||
postgresReadOnly: {
|
||||
enabled: false,
|
||||
|
||||
Reference in New Issue
Block a user