From d757d255046088f1486513c4945f2a2e467e5715 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=96=8C?= <259278618@qq.com> Date: Mon, 20 Apr 2026 19:42:46 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BD=91=E7=BB=9C=E7=8E=AF=E5=A2=83=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- consul/consul.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consul/consul.go b/consul/consul.go index 166956a..4318161 100644 --- a/consul/consul.go +++ b/consul/consul.go @@ -67,7 +67,7 @@ func startHealthCheckAndReconnect() { // 初始化HTTP客户端用于健康检查 httpClient = &http.Client{ - Timeout: 5 * time.Second, + Timeout: 30 * time.Second, } for {