diff --git a/maintenance/health-retention.sh b/maintenance/health-retention.sh index 722683c..63c88b0 100755 --- a/maintenance/health-retention.sh +++ b/maintenance/health-retention.sh @@ -3,7 +3,7 @@ set -euo pipefail DB_FILE="/opt/appfactory/data/appfactory/appfactory.db" -echo "Deleting service health records older than 30 days..." +echo "Deleting service health records older than 5 days..." sqlite3 "$DB_FILE" " DELETE FROM service_health