pgAdmin 4 commit: Tune startup retry loop - try 50 times, with a 100ms

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Tune startup retry loop - try 50 times, with a 100ms
Date: 2017-06-11 13:38:49
Message-ID: E1dK34r-0003nj-FW@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Tune startup retry loop - try 50 times, with a 100ms pause between each attempt.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=dea850b503ccdf270199c52621d36103cfe414c3

Modified Files
--------------
runtime/pgAdmin4.cpp | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Khushboo Vashi 2017-06-12 04:33:13 [pgAdmin4][Patch]: Added the shortcut (CTRL + 0) to reset the zoom level in runtime
Previous Message Dave Page 2017-06-11 13:34:54 pgAdmin 4 commit: Another minor perf tweak for the runtime.