diff --git a/cf-clearance-scraper.go b/cf-clearance-scraper.go index 2150bc1..65601ad 100644 --- a/cf-clearance-scraper.go +++ b/cf-clearance-scraper.go @@ -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() }