fix: cleanup geodata later

This commit is contained in:
devthejo 2026-03-02 20:53:50 +01:00
parent 07f23be096
commit b28b08a80b
No known key found for this signature in database
GPG key ID: 00CCA7A92B1D5351

View file

@ -9,8 +9,8 @@ module.exports = {
SCAN_AUTO_ARCHIVE_CRON: "0 4 * * *", // At 4:00 SCAN_AUTO_ARCHIVE_CRON: "0 4 * * *", // At 4:00
RELATIVE_UNREGISTERED_RECONCILIATION_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_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_NOTIFICATION_AGE: "44 days", // When to send push notification
DEVICE_GEODATA_CLEANUP_AGE: "15 days", // When to remove/clean data DEVICE_GEODATA_CLEANUP_AGE: "45 days", // When to remove/clean data
} }
// cheat on https://crontab.guru/ // cheat on https://crontab.guru/