up defaults
This commit is contained in:
parent
9e83076b12
commit
962365717d
2 changed files with 3 additions and 2 deletions
|
@ -11,5 +11,6 @@ apimode: false
|
|||
plugin:
|
||||
backend: "./config/plugins/backend"
|
||||
max_records: 10000
|
||||
max_records_age: 60d
|
||||
#30 days = 720 hours
|
||||
max_records_age: 720h
|
||||
|
|
@ -14,4 +14,4 @@ prometheus: true
|
|||
http_listen: 127.0.0.1:6060
|
||||
plugin:
|
||||
backend: "/etc/crowdsec/plugins/backend"
|
||||
max_records_age: 30d
|
||||
max_records_age: 720h
|
||||
|
|
Loading…
Add table
Reference in a new issue