mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-07 20:17:02 +03:00
Add max queue to redis
This commit is contained in:
@@ -141,6 +141,7 @@ addDefaults(config, {
|
|||||||
getTimeout: 40,
|
getTimeout: 40,
|
||||||
maxConnections: 15000,
|
maxConnections: 15000,
|
||||||
maxWriteConnections: 1000,
|
maxWriteConnections: 1000,
|
||||||
|
commandsQueueMaxLength: 3000,
|
||||||
stopWritingAfterResponseTime: 50,
|
stopWritingAfterResponseTime: 50,
|
||||||
responseTimePause: 1000,
|
responseTimePause: 1000,
|
||||||
disableHashCache: false
|
disableHashCache: false
|
||||||
|
|||||||
Reference in New Issue
Block a user