mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-11 22:17:14 +03:00
Allow disabling hash cache
This commit is contained in:
@@ -140,7 +140,8 @@ addDefaults(config, {
|
||||
expiryTime: 24 * 60 * 60,
|
||||
getTimeout: 40,
|
||||
maxConnections: 15000,
|
||||
maxWriteConnections: 1000
|
||||
maxWriteConnections: 1000,
|
||||
disableHashCache: false
|
||||
},
|
||||
redisRead: {
|
||||
enabled: false,
|
||||
|
||||
Reference in New Issue
Block a user