diff --git a/internal/orchestrator/orchestrator.go b/internal/orchestrator/orchestrator.go index 93b25af9..36eca249 100644 --- a/internal/orchestrator/orchestrator.go +++ b/internal/orchestrator/orchestrator.go @@ -27,7 +27,7 @@ const ( TaskPriorityIndexSnapshots = 101 TaskPriorityForget = 102 TaskPriorityPrune = 103 - TaskPriorityStats = 104 + TaskPriorityStats = -1 // very low priority. ) // Orchestrator is responsible for managing repos and backups.