mirror of
https://github.com/garethgeorge/backrest.git
synced 2026-08-28 20:06:32 +00:00
fix: stats task priority
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user