u
This commit is contained in:
parent
d4ed8594b7
commit
1c4bbc6520
@ -45,7 +45,7 @@ var (
|
||||
|
||||
func init() {
|
||||
httpClient = resty.New()
|
||||
httpClient.SetRetryCount(3).SetRetryWaitTime(3 * time.Second)
|
||||
httpClient.SetRetryCount(3).SetTimeout(10 * time.Second).SetRetryWaitTime(3 * time.Second)
|
||||
cycletlsClient = cycletls.Init()
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user