From 54e233217c4c03f3a08f1d52512f624e32986ea2 Mon Sep 17 00:00:00 2001 From: ziming Date: Wed, 21 May 2025 16:06:35 +0800 Subject: [PATCH] kg --- internal/data/mixrepoimpl/kx.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/data/mixrepoimpl/kx.go b/internal/data/mixrepoimpl/kx.go index 8968b7c..43a171a 100644 --- a/internal/data/mixrepoimpl/kx.go +++ b/internal/data/mixrepoimpl/kx.go @@ -23,7 +23,7 @@ func NewKxMixRepoImpl(bc *conf.Bootstrap) mixrepos.KxMixRepo { "Content-Type": []string{"application/json"}, } hc := &http.Client{ - Timeout: 5 * time.Second, + Timeout: 8 * time.Second, Transport: &http.Transport{ MaxIdleConns: 350, // 最大空闲连接数 MaxIdleConnsPerHost: 150, // 每个主机的最大空闲连接数