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