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

[cmd provider] add support of match size in logs

这个提交包含在:
zyx
2020-03-20 10:30:44 +08:00
父节点 aee1a705b7
当前提交 b1f2679fbf
共有 7 个文件被更改,包括 106 次插入27 次删除

查看文件

@@ -113,6 +113,7 @@ func newMirrorProvider(mirror mirrorConfig, cfg *Config) mirrorProvider {
command: mirror.Command,
workingDir: mirrorDir,
failOnMatch: mirror.FailOnMatch,
sizePattern: mirror.SizePattern,
logDir: logDir,
logFile: filepath.Join(logDir, "latest.log"),
interval: time.Duration(mirror.Interval) * time.Minute,