diff --git a/pkg/http/client.go b/pkg/http/client.go index 06f0d86..0f4db5b 100644 --- a/pkg/http/client.go +++ b/pkg/http/client.go @@ -65,7 +65,7 @@ func NewHTTPClient( client: &http.Client{}, maxRetries: maxRetries, timeoutSecs: timeoutSecs, - rateLimitSleepSecs: 2, + rateLimitSleepSecs: 4, backoff: backoffFunc, dnsCache: cmap.New[string](), hosts: hosts,