This commit is contained in:
Nite07 2024-12-18 16:03:06 +08:00
parent d4ed8594b7
commit 1c4bbc6520

View File

@ -45,7 +45,7 @@ var (
func init() { func init() {
httpClient = resty.New() httpClient = resty.New()
httpClient.SetRetryCount(3).SetRetryWaitTime(3 * time.Second) httpClient.SetRetryCount(3).SetTimeout(10 * time.Second).SetRetryWaitTime(3 * time.Second)
cycletlsClient = cycletls.Init() cycletlsClient = cycletls.Init()
} }