diff --git a/services/watchers/src/constants/time.js b/services/watchers/src/constants/time.js index a8ee768..94c5006 100644 --- a/services/watchers/src/constants/time.js +++ b/services/watchers/src/constants/time.js @@ -8,7 +8,7 @@ module.exports = { SCAN_AUTO_CLOSE_CRON: "15 * * * *", // At minute 15 SCAN_AUTO_ARCHIVE_CRON: "0 4 * * *", // At 4:00 RELATIVE_UNREGISTERED_RECONCILIATION_CRON: "0 4 * * *", // At 4:00 - DEVICE_GEODATA_MAX_AGE: "48 hours", // Maximum age before removal from hot storage + DEVICE_GEODATA_MAX_AGE: "36 hours", // Maximum age before removal from hot storage } // cheat on https://crontab.guru/