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
fix: Always set the retry attempt to 0 for now (#1251)
* Always set the retry attempt to 0 for now
If the retry attempt is greater than 1 then a library called retryRequest creates a large delay. If we force the retry count to be 0 then we skip this delay and the requests run in the required timeline.
* fix: Always set the retry attempt to 0 for now
0 commit comments