Modify the runtime to use time-based timeouts rather than retry based. Fixes #2556
This allows for slow vs. fast connection failures (e.g. an active rejection vs. no response). Branch ------ master Details ------- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c5461827894bc99a9d4909c078397a30a53dfee5 Author: Khushboo Vashi <khushboo.va...@enterprisedb.com> Modified Files -------------- docs/en_US/desktop_deployment.rst | 27 +++++++++++++++++++++++---- runtime/pgAdmin4.cpp | 32 ++++++++++++++++++++------------ 2 files changed, 43 insertions(+), 16 deletions(-)