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