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

Merge remote-tracking branch 'kinosang/master' into wip-test-pr

这个提交包含在:
zyx
2019-04-13 02:07:41 +08:00
当前提交 1aa4ae9cc1
共有 11 个文件被更改,包括 32 次插入4 次删除

查看文件

@@ -49,6 +49,7 @@ type globalConfig struct {
MirrorDir string `toml:"mirror_dir"`
Concurrent int `toml:"concurrent"`
Interval int `toml:"interval"`
Retry int `toml:"retry"`
ExecOnSuccess []string `toml:"exec_on_success"`
ExecOnFailure []string `toml:"exec_on_failure"`
@@ -108,6 +109,7 @@ type mirrorConfig struct {
Provider providerEnum `toml:"provider"`
Upstream string `toml:"upstream"`
Interval int `toml:"interval"`
Retry int `toml:"retry"`
MirrorDir string `toml:"mirror_dir"`
LogDir string `toml:"log_dir"`
Env map[string]string `toml:"env"`