You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I saw that the retries from the github.com/avast/retry-go/v4 dependency can take up to 60 seconds by default. This is longer than our default HTTP timeout, which could lead to misleading errors for consumers.
The text was updated successfully, but these errors were encountered:
I saw that the retries from the
github.com/avast/retry-go/v4
dependency can take up to 60 seconds by default. This is longer than our default HTTP timeout, which could lead to misleading errors for consumers.The text was updated successfully, but these errors were encountered: