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

Two new options for rsync provider

- rsync_no_timeout=true/false # disable --timeout option
- rsync_timeout=n # set --timeout=n
related to issue #121
这个提交包含在:
zyx
2020-06-03 13:26:49 +08:00
父节点 0392ef28c7
当前提交 c00eb12a75
共有 6 个文件被更改,包括 78 次插入48 次删除

查看文件

@@ -1,6 +1,6 @@
package worker
// put global viables and types here
// put global variables and types here
import (
"gopkg.in/op/go-logging.v1"