mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-11 22:17:14 +03:00
Add max active postgres requests
This commit is contained in:
@@ -76,7 +76,8 @@ addDefaults(config, {
|
||||
port: 5432,
|
||||
max: 10,
|
||||
idleTimeoutMillis: 10000,
|
||||
maxTries: 3
|
||||
maxTries: 3,
|
||||
maxActiveRequests: -1
|
||||
},
|
||||
postgresReadOnly: {
|
||||
enabled: false,
|
||||
|
||||
Reference in New Issue
Block a user