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 UI being unresponsive for up to 30seconds in really rare edge cases
This must have made it in while testing something out & forgetting to remove it, don't set the timeout to 10 seconds - with the default of 3 retransmissions (and each retransmission waits for timeout seconds) it can block the UI for up to 30seconds on operations that don't use async to update params (pretty much all).
0 commit comments