pgAdmin 4 commit: Adding a timeout of 5 seconds (while fetching the lat - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Adding a timeout of 5 seconds (while fetching the lat
Date
Msg-id E1agm26-0004pZ-A4@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Adding a timeout of 5 seconds (while fetching the latest pgAdmin version), it
stucks at rendering the main page (browser.html) in the broken network.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=328428ab22599f9297d55441ac35e17eaa3b82c9

Modified Files
--------------
web/pgadmin/browser/__init__.py | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)


pgadmin-hackers by date:

Previous
From: Khushboo Vashi
Date:
Subject: [pgAdmin4][Patch]: Added Support for the Domain Dependencies
Next
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: On Python 2, use urllib2 instead of urllib, which all