网络环境调整

This commit is contained in:
2026-04-20 19:42:46 +08:00
parent 2d2a43a4f4
commit d757d25504

View File

@@ -67,7 +67,7 @@ func startHealthCheckAndReconnect() {
// 初始化HTTP客户端用于健康检查 // 初始化HTTP客户端用于健康检查
httpClient = &http.Client{ httpClient = &http.Client{
Timeout: 5 * time.Second, Timeout: 30 * time.Second,
} }
for { for {