mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-11 22:17:14 +03:00
Add client-side caching
This commit is contained in:
@@ -166,7 +166,8 @@ addDefaults(config, {
|
||||
commandsQueueMaxLength: 3000,
|
||||
stopWritingAfterResponseTime: 50,
|
||||
responseTimePause: 1000,
|
||||
disableHashCache: false
|
||||
disableHashCache: false,
|
||||
clientCacheLength: 2000
|
||||
},
|
||||
redisRead: {
|
||||
enabled: false,
|
||||
|
||||
Reference in New Issue
Block a user