diff --git a/src/Api/Router.php b/src/Api/Router.php index 22b5c3c..a4956f5 100644 --- a/src/Api/Router.php +++ b/src/Api/Router.php @@ -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')), ]; }