pgAdmin 4 commit: Adding the timeout for the connection on the configur - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Adding the timeout for the connection on the configur
Date
Msg-id E1b04yT-00081K-G9@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Adding the timeout for the connection on the configuration database.

While accessing the configuration database from multiple session, it
results in to the error - OperationError, because - sqlite locks all the
database, and does not allow to access it simultaneously. We added the
timeout to give some time window for accessing it simultaneously.

Branch
------
master

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

Modified Files
--------------
web/config.py           | 4 ++++
web/pgadmin/__init__.py | 7 ++++---
2 files changed, 8 insertions(+), 3 deletions(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin4]: Reload configuration Fix
Next
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Allow the modules to define the i18n messages, and ot