1
0
镜像自地址 https://github.com/tuna/tunasync.git 已同步 2025-12-06 14:36:47 +00:00

singleton of worker is not used, so remove it

这个提交包含在:
zyx
2019-04-11 10:06:21 +08:00
父节点 96f11f57ed
当前提交 7eb119b892
共有 2 个文件被更改,包括 3 次插入9 次删除

查看文件

@@ -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)