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