pgAdmin 4 commit: Modify the runtime to use time-based timeouts rather

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Modify the runtime to use time-based timeouts rather
Date: 2017-07-17 14:18:02
Message-ID: E1dX6qY-00022f-Lt@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)vashi(at)enterprisedb(dot)com>

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

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-07-17 14:19:33 pgAdmin 4 commit: Remove change made for debugging and committed in err
Previous Message Murtuza Zabuawala 2017-07-17 13:59:52 [RM2544][pgAdmin4] Add SSL database connection support in Regression tests