From 5de6b78c3979c2256063ee8902776de333beed62 Mon Sep 17 00:00:00 2001 From: AppFactory Portal Date: Thu, 18 Jun 2026 12:44:53 +0000 Subject: [PATCH] =?UTF-8?q?=C3=9Aprava=20skriptu=20health-retention.sh=20(?= =?UTF-8?q?port=C3=A1l:=20jiri.uhlir59@gmail.com)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- maintenance/health-retention.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance/health-retention.sh b/maintenance/health-retention.sh index 24aac43..722683c 100755 --- a/maintenance/health-retention.sh +++ b/maintenance/health-retention.sh @@ -7,7 +7,7 @@ echo "Deleting service health records older than 30 days..." sqlite3 "$DB_FILE" " DELETE FROM service_health -WHERE checked_at < datetime('now','-30 day'); +WHERE checked_at < datetime('now','-5 day'); " echo "Done."