fix: stats task priority

This commit is contained in:
Gareth George
2023-12-25 08:14:00 +00:00
parent 401826db53
commit 3bb073d80b
+1 -1
View File
@@ -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.