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(-) -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers