镜像自地址
https://github.com/tuna/tunasync.git
已同步 2025-12-06 06:26:46 +00:00
Merge remote-tracking branch 'kinosang/master' into wip-test-pr
这个提交包含在:
@@ -12,6 +12,7 @@ type cmdConfig struct {
|
||||
upstreamURL, command string
|
||||
workingDir, logDir, logFile string
|
||||
interval time.Duration
|
||||
retry int
|
||||
env map[string]string
|
||||
}
|
||||
|
||||
@@ -28,6 +29,7 @@ func newCmdProvider(c cmdConfig) (*cmdProvider, error) {
|
||||
name: c.name,
|
||||
ctx: NewContext(),
|
||||
interval: c.interval,
|
||||
retry: c.retry,
|
||||
},
|
||||
cmdConfig: c,
|
||||
}
|
||||
|
||||
在新工单中引用
屏蔽一个用户