1
0
mirror of https://github.com/Mrs4s/go-cqhttp.git synced 2025-05-04 19:17:37 +08:00
This commit is contained in:
Mrs4s 2023-03-27 09:51:47 +08:00
parent 43ff36e3e8
commit d70d66d6d7
No known key found for this signature in database
GPG Key ID: 3186E98FA19CE3A7

View File

@ -33,7 +33,7 @@ var client = &http.Client{
MaxIdleConns: 0, MaxIdleConns: 0,
MaxIdleConnsPerHost: 999, MaxIdleConnsPerHost: 999,
}, },
Timeout: time.Second * 5, Timeout: time.Second * 15,
} }
// ErrOverSize 响应主体过大时返回此错误 // ErrOverSize 响应主体过大时返回此错误