This commit is contained in:
ziming 2025-06-09 09:30:52 +08:00
parent a367a4530c
commit 59d7f77873
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ func NewKxMixRepoImpl(bc *conf.Bootstrap) mixrepos.KxMixRepo {
"Content-Type": []string{"application/json"},
}
hc := &http.Client{
Timeout: 10 * time.Second,
Timeout: 8 * time.Second,
Transport: &http.Transport{
MaxIdleConns: 350, // 最大空闲连接数
MaxIdleConnsPerHost: 150, // 每个主机的最大空闲连接数