SIGN IN SIGN UP

refactor: Optimize startup time with adaptive server pinging (#9782)

* Fix exponential backoff logic and ping race condition in desktop startup
* Adaptive polling mechanism in startDesktopMode().
   -  Fix exponential backoff to cap at 1000ms instead of cycling back to 100ms
   - Move pingInProgress flag before the async pingServer() call to prevent race conditions
* Update showErrorDialog to use clearTimeout consistent with setTimeout-based scheduling
H
Hari Prasad committed
937d34ea2d14b7d6e178f39cf02f49563eb572a5
Parent: ec3e641
Committed by GitHub <noreply@github.com> on 6/9/2026, 10:03:51 AM