pgAdmin 4 commit: Modify the runtime to use time-based timeoutsrather - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Modify the runtime to use time-based timeoutsrather
Date
Msg-id E1dX6qY-00022f-Lt@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
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.vashi@enterprisedb.com>

Modified Files
--------------
docs/en_US/desktop_deployment.rst | 27 +++++++++++++++++++++++----
runtime/pgAdmin4.cpp              | 32 ++++++++++++++++++++------------
2 files changed, 43 insertions(+), 16 deletions(-)


pgadmin-hackers by date:

Previous
From: Murtuza Zabuawala
Date:
Subject: [RM2544][pgAdmin4] Add SSL database connection support in Regression tests
Next
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Remove change made for debugging and committed inerr