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
Default values are a bit optimistic: fetching will be attempted 5 times,
with 3ms sleeps between attempts. I am reluctant to increase sleep time,
because it will increase latency in optimistic case.
This commit increases default attempts number from 5 to 10, so that
fetching tracing is more reliable, bot not overly lengthy.
0 commit comments