mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2026-02-02 07:40:43 +03:00
Stop writing if response time exceeds value
This commit is contained in:
@@ -141,6 +141,8 @@ addDefaults(config, {
|
||||
getTimeout: 40,
|
||||
maxConnections: 15000,
|
||||
maxWriteConnections: 1000,
|
||||
stopWritingAfterResponseTime: 20,
|
||||
responseTimePause: 1000,
|
||||
disableHashCache: false
|
||||
},
|
||||
redisRead: {
|
||||
|
||||
Reference in New Issue
Block a user