镜像自地址
https://github.com/tuna/tunasync.git
已同步 2025-12-06 14:36:47 +00:00
singleton of worker is not used, so remove it
这个提交包含在:
@@ -60,7 +60,7 @@ func startWorker(c *cli.Context) error {
|
||||
os.Exit(1)
|
||||
}
|
||||
|
||||
w := worker.GetTUNASyncWorker(cfg)
|
||||
w := worker.NewTUNASyncWorker(cfg)
|
||||
if w == nil {
|
||||
logger.Errorf("Error intializing TUNA sync worker.")
|
||||
os.Exit(1)
|
||||
|
||||
在新工单中引用
屏蔽一个用户