pgAdmin 4 commit: Adding the timeout for the connection on the configur

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Adding the timeout for the connection on the configur
Date: 2016-05-10 10:33:09
Message-ID: E1b04yT-00081K-G9@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2016-05-10 10:39:53 pgAdmin 4 commit: Allow the modules to define the i18n messages, and ot
Previous Message Akshay Joshi 2016-05-10 09:57:05 Re: [pgAdmin4]: Reload configuration Fix