mirror of
https://github.com/frappe/bench.git
synced 2025-02-12 23:58:25 +00:00
Fix redis config
This commit is contained in:
parent
89dda87719
commit
cd20389e15
@ -60,9 +60,7 @@ 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
|
||||||
@ -70,6 +68,5 @@ notify-keyspace-events ""
|
|||||||
rdbchecksum yes
|
rdbchecksum yes
|
||||||
slave-read-only yes
|
slave-read-only yes
|
||||||
stop-writes-on-bgsave-error yes
|
stop-writes-on-bgsave-error yes
|
||||||
tcp-backlog 511
|
|
||||||
tcp-keepalive 0
|
tcp-keepalive 0
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user