From b28b08a80b362cca2b8df30892f003aa5858fb8c Mon Sep 17 00:00:00 2001 From: devthejo Date: Mon, 2 Mar 2026 20:53:50 +0100 Subject: [PATCH] fix: cleanup geodata later --- services/watchers/src/constants/time.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/watchers/src/constants/time.js b/services/watchers/src/constants/time.js index cba9377..c5b1544 100644 --- a/services/watchers/src/constants/time.js +++ b/services/watchers/src/constants/time.js @@ -9,8 +9,8 @@ module.exports = { SCAN_AUTO_ARCHIVE_CRON: "0 4 * * *", // At 4:00 RELATIVE_UNREGISTERED_RECONCILIATION_CRON: "0 4 * * *", // At 4:00 // DEVICE_GEODATA_IOS_SILENT_PUSH_AGE: "24 hours", // When to send iOS silent push for heartbeat sync - DEVICE_GEODATA_NOTIFICATION_AGE: "14 days", // When to send push notification - DEVICE_GEODATA_CLEANUP_AGE: "15 days", // When to remove/clean data + DEVICE_GEODATA_NOTIFICATION_AGE: "44 days", // When to send push notification + DEVICE_GEODATA_CLEANUP_AGE: "45 days", // When to remove/clean data } // cheat on https://crontab.guru/