mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
fix redis defaults to force string keys instead of numeric
This commit is contained in:
@@ -29,9 +29,9 @@ redis:
|
|||||||
databases: 16
|
databases: 16
|
||||||
always-show-logo: 'yes'
|
always-show-logo: 'yes'
|
||||||
save:
|
save:
|
||||||
900: 1
|
'900': 1
|
||||||
300: 10
|
'300': 10
|
||||||
60: 1000
|
'60': 1000
|
||||||
stop-writes-on-bgsave-error: 'yes'
|
stop-writes-on-bgsave-error: 'yes'
|
||||||
rdbcompression: 'yes'
|
rdbcompression: 'yes'
|
||||||
rdbchecksum: 'yes'
|
rdbchecksum: 'yes'
|
||||||
|
|||||||
Reference in New Issue
Block a user