From 3ea8b07be30f54db12b75fe2397b64fad4bf26eb Mon Sep 17 00:00:00 2001 From: Ice3man543 Date: Sat, 4 Apr 2020 17:37:29 +0530 Subject: [PATCH] Misc fixes --- internal/runner/runner.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/runner/runner.go b/internal/runner/runner.go index 5601a610b..2923fbcf1 100644 --- a/internal/runner/runner.go +++ b/internal/runner/runner.go @@ -46,7 +46,6 @@ func New(options *Options) (*Runner, error) { return http.ErrUseLastResponse }, }, retryablehttp.DefaultOptionsSpraying) - client.Backoff = retryablehttp.FullJitterBackoff() client.CheckRetry = retryablehttp.HostSprayRetryPolicy() runner.client = client