Improve webdav; add workers for refreshes

This commit is contained in:
Mukhtar Akere
2025-03-19 03:08:22 +01:00
parent 5d2fabe20b
commit 0d178992ef
18 changed files with 438 additions and 210 deletions

View File

@@ -47,7 +47,7 @@ func New(arrs *arr.Storage) *Repair {
}
r := &Repair{
arrs: arrs,
logger: logger.NewLogger("repair", cfg.LogLevel),
logger: logger.NewLogger("repair"),
duration: duration,
runOnStart: cfg.Repair.RunOnStart,
ZurgURL: cfg.Repair.ZurgURL,