From e68266bac9a1788866e8c1694b2bf844e77d6164 Mon Sep 17 00:00:00 2001 From: janis Date: Thu, 21 May 2026 16:54:40 +0000 Subject: [PATCH] src/Api/Router.php aktualisiert --- src/Api/Router.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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')), ]; }