Increasing backup to 10 minutes

This commit is contained in:
Chris Troutner
2025-06-05 18:25:45 -07:00
parent f0f6970a08
commit 4977ae7003
+1 -1
View File
@@ -25,7 +25,7 @@ class TimerControllers {
// Constants
this.cleanUsageInterval = 60000 * 60 // 1 hour
this.backupUsageInterval = 60000 * 1 // 1 minute
this.backupUsageInterval = 60000 * 10 // 10 minutes
// Encapsulate dependencies
this.config = config