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

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема pgAdmin 4 commit: Adding the timeout for the connection on the configur
Дата
Msg-id E1b04yT-00081K-G9@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin4]: Reload configuration Fix
Следующее
От: Ashesh Vashi
Дата:
Сообщение: pgAdmin 4 commit: Allow the modules to define the i18n messages, and ot