镜像自地址
https://github.com/tuna/tunasync.git
已同步 2025-12-06 06:26:46 +00:00
fix #63
这个提交包含在:
@@ -35,6 +35,10 @@ func GetTUNASyncWorker(cfg *Config) *Worker {
|
||||
return tunasyncWorker
|
||||
}
|
||||
|
||||
if cfg.Global.Retry == 0 {
|
||||
cfg.Global.Retry = defaultMaxRetry
|
||||
}
|
||||
|
||||
w := &Worker{
|
||||
cfg: cfg,
|
||||
jobs: make(map[string]*mirrorJob),
|
||||
|
||||
在新工单中引用
屏蔽一个用户