mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-17 16:34:44 -05:00
* 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