Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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).
- Loading branch information