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

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Modify the runtime to use time-based timeoutsrather
Дата
Msg-id E1dX6qY-00022f-Lt@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Murtuza Zabuawala
Дата:
Сообщение: [RM2544][pgAdmin4] Add SSL database connection support in Regression tests
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Remove change made for debugging and committed inerr