mirror of
https://github.com/frappe/bench.git
synced 2025-01-10 09:02:10 +00:00
Fix redis cache template
This commit is contained in:
parent
1d158fa650
commit
bd1b772bbd
@ -13,7 +13,6 @@ pidfile /var/run/redis.pid
|
|||||||
port {{port}}
|
port {{port}}
|
||||||
rdbcompression yes
|
rdbcompression yes
|
||||||
set-max-intset-entries 512
|
set-max-intset-entries 512
|
||||||
slave-priority 100
|
|
||||||
slave-serve-stale-data yes
|
slave-serve-stale-data yes
|
||||||
slowlog-log-slower-than 10000
|
slowlog-log-slower-than 10000
|
||||||
slowlog-max-len 128
|
slowlog-max-len 128
|
||||||
@ -61,7 +60,9 @@ client-output-buffer-limit pubsub 32mb 8mb 60
|
|||||||
client-output-buffer-limit slave 256mb 64mb 60
|
client-output-buffer-limit slave 256mb 64mb 60
|
||||||
hash-max-ziplist-entries 512
|
hash-max-ziplist-entries 512
|
||||||
hash-max-ziplist-value 64
|
hash-max-ziplist-value 64
|
||||||
|
hll-sparse-max-bytes 3000
|
||||||
hz 10
|
hz 10
|
||||||
|
latency-monitor-threshold 0
|
||||||
logfile ""
|
logfile ""
|
||||||
loglevel notice
|
loglevel notice
|
||||||
lua-time-limit 5000
|
lua-time-limit 5000
|
||||||
|
Loading…
Reference in New Issue
Block a user