This commit is contained in:
+2
-2
@@ -559,8 +559,8 @@ class Router
|
||||
private function getRetentionConfig(): array
|
||||
{
|
||||
return [
|
||||
'log_days' => (int) ($this->repo->getConfig('retention_log_days', '30')),
|
||||
'alert_days' => (int) ($this->repo->getConfig('retention_alert_days', '90')),
|
||||
'log_days' => (int) ($this->repo->getConfig('retention_log_days', '7')),
|
||||
'alert_days' => (int) ($this->repo->getConfig('retention_alert_days', '14')),
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user