diff --git a/config/dev.yaml b/config/dev.yaml index d1d25ad04..02b00e254 100644 --- a/config/dev.yaml +++ b/config/dev.yaml @@ -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 \ No newline at end of file diff --git a/config/prod.yaml b/config/prod.yaml index 462af2df0..73c48f085 100644 --- a/config/prod.yaml +++ b/config/prod.yaml @@ -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