mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2024-11-10 01:02:30 +01:00
change redis max response time default
This commit is contained in:
parent
238ccc83d9
commit
71d30c0b51
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ addDefaults(config, {
|
|||
getTimeout: 40,
|
||||
maxConnections: 15000,
|
||||
maxWriteConnections: 1000,
|
||||
stopWritingAfterResponseTime: 20,
|
||||
stopWritingAfterResponseTime: 50,
|
||||
responseTimePause: 1000,
|
||||
disableHashCache: false
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue