2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-28 23:09:03 +00:00

Fix redis cache template

This commit is contained in:
Pratik Vyas 2015-04-03 17:01:12 +05:30
parent 1d158fa650
commit bd1b772bbd

View File

@ -13,7 +13,6 @@ pidfile /var/run/redis.pid
port {{port}}
rdbcompression yes
set-max-intset-entries 512
slave-priority 100
slave-serve-stale-data yes
slowlog-log-slower-than 10000
slowlog-max-len 128
@ -61,7 +60,9 @@ client-output-buffer-limit pubsub 32mb 8mb 60
client-output-buffer-limit slave 256mb 64mb 60
hash-max-ziplist-entries 512
hash-max-ziplist-value 64
hll-sparse-max-bytes 3000
hz 10
latency-monitor-threshold 0
logfile ""
loglevel notice
lua-time-limit 5000