Rename config for clientCacheSize

This commit is contained in:
Ajay
2024-02-08 03:26:06 -05:00
parent 9944d70f6b
commit 3c6000f2da
3 changed files with 5 additions and 5 deletions

View File

@@ -167,7 +167,7 @@ addDefaults(config, {
stopWritingAfterResponseTime: 50,
responseTimePause: 1000,
disableHashCache: false,
clientCacheLength: 2000
clientCacheSize: 2000
},
redisRead: {
enabled: false,