mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-11 22:17:14 +03:00
Stop spamming redis if it slows down
This commit is contained in:
@@ -136,7 +136,8 @@ addDefaults(config, {
|
||||
},
|
||||
disableOfflineQueue: true,
|
||||
expiryTime: 24 * 60 * 60,
|
||||
getTimeout: 40
|
||||
getTimeout: 40,
|
||||
maxConnections: 15000
|
||||
},
|
||||
redisRead: {
|
||||
enabled: false,
|
||||
|
||||
Reference in New Issue
Block a user