Skip to content

Commit

Permalink
fix: revert change to the retryable status codes list
Browse files Browse the repository at this point in the history
  • Loading branch information
aslafy-z committed Apr 7, 2023
1 parent 179fd5c commit 6f853f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/v1/remote/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ var defaultRetryStatusCodes = []int{
http.StatusBadGateway,
http.StatusServiceUnavailable,
http.StatusGatewayTimeout,
http.StatusTooManyRequests,
499,
}

Expand Down

0 comments on commit 6f853f1

Please sign in to comment.