fix: device geodata max age to 36h

This commit is contained in:
devthejo 2025-07-06 17:39:40 +02:00
parent 9d7b3176dc
commit da7a02b282
No known key found for this signature in database
GPG key ID: 00CCA7A92B1D5351

View file

@ -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/