fix: device geodata max age to 36h
This commit is contained in:
parent
9d7b3176dc
commit
da7a02b282
1 changed files with 1 additions and 1 deletions
|
@ -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/
|
||||
|
|
Loading…
Add table
Reference in a new issue