mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
fix redis defaults
This commit is contained in:
@@ -80,9 +80,10 @@ redis:
|
|||||||
stream-node-max-bytes: 4096
|
stream-node-max-bytes: 4096
|
||||||
stream-node-max-entries: 100
|
stream-node-max-entries: 100
|
||||||
activerehashing: yes
|
activerehashing: yes
|
||||||
client-output-buffer-limit: 'normal 0 0 0'
|
client-output-buffer-limit:
|
||||||
client-output-buffer-limit: 'replica 256mb 64mb 60'
|
normal: '0 0 0'
|
||||||
client-output-buffer-limit: 'pubsub 32mb 8mb 60'
|
replica: '256mb 64mb 60'
|
||||||
|
pubsub: '32mb 8mb 60'
|
||||||
hz: 10
|
hz: 10
|
||||||
dynamic-hz: 'yes'
|
dynamic-hz: 'yes'
|
||||||
aof-rewrite-incremental-fsync: 'yes'
|
aof-rewrite-incremental-fsync: 'yes'
|
||||||
|
|||||||
Reference in New Issue
Block a user