fix: 服务监听失败每5秒重试最多10次

This commit is contained in:
TsMask
2025-07-15 16:13:34 +08:00
parent 150551acce
commit be7da57171
2 changed files with 98 additions and 122 deletions

10
.vscode/launch.json vendored
View File

@@ -12,14 +12,6 @@
"program": "main.go",
"console": "integratedTerminal",
"args": ["--env", "local", "-c", "./local/omc.yaml"]
},
{
"name": "debug sshsvc",
"type": "go",
"request": "launch",
"mode": "debug",
"program": "sshsvc/sshsvc.go",
"console": "integratedTerminal"
}
}
]
}