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

new feature: run "tunasynctl start" with "-f" to override concurrent job limit

这个提交包含在:
z4yx
2018-05-30 18:55:06 +08:00
父节点 6cbe91b4f1
当前提交 c750aa1871
共有 7 个文件被更改,包括 88 次插入50 次删除

查看文件

@@ -268,9 +268,9 @@ sleep 5
So(err, ShouldBeNil)
c := cmdConfig{
name: "run-pwd",
name: "run-ls",
upstreamURL: "http://mirrors.tuna.moe/",
command: "pwd",
command: "ls",
workingDir: tmpDir,
logDir: tmpDir,
logFile: "/dev/null",