src/Api/Router.php aktualisiert
Deploy / deploy (push) Successful in 10s

This commit is contained in:
2026-05-21 16:54:40 +00:00
parent 0c6d3b128a
commit e68266bac9
+2 -2
View File
@@ -559,8 +559,8 @@ class Router
private function getRetentionConfig(): array private function getRetentionConfig(): array
{ {
return [ return [
'log_days' => (int) ($this->repo->getConfig('retention_log_days', '30')), 'log_days' => (int) ($this->repo->getConfig('retention_log_days', '7')),
'alert_days' => (int) ($this->repo->getConfig('retention_alert_days', '90')), 'alert_days' => (int) ($this->repo->getConfig('retention_alert_days', '14')),
]; ];
} }