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
Previously queries weren't retried because it was a POST request,
which is the HTTP equivalent of a GQL mutation.
So this just adapts the defaults for GQL.
Should fix the flaky file test which produces an ECONNRESET a lot.
0 commit comments