From 89e0d6bb65db62927252c9328ac2572f5e181a00 Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Sat, 26 Nov 2022 18:11:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=81=A5=E5=BA=B7=E6=A3=80?= =?UTF-8?q?=E6=9F=A5=E8=BF=9E=E6=8E=A5=E8=B6=85=E6=97=B6=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/tasks/health_check_executor.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/tasks/health_check_executor.go b/internal/tasks/health_check_executor.go index 91e48d73..d46b65d2 100644 --- a/internal/tasks/health_check_executor.go +++ b/internal/tasks/health_check_executor.go @@ -289,7 +289,7 @@ func (this *HealthCheckExecutor) runNodeOnce(healthCheckConfig *serverconfigs.He MaxIdleConns: 1, MaxIdleConnsPerHost: 1, MaxConnsPerHost: 1, - IdleConnTimeout: 2 * time.Minute, + IdleConnTimeout: 10 * time.Second, ExpectContinueTimeout: 1 * time.Second, TLSHandshakeTimeout: 0, TLSClientConfig: &tls.Config{