pgAdmin 4 commit: Adding comment about setting some higher value for SQ - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Adding comment about setting some higher value for SQ
Date
Msg-id E1bEwOM-0003zM-M5@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Adding comment about setting some higher value for SQLITE_TIMEOUT, on
slower system - user may need to set the value to some higher value.

This value decide - for how long SQLITE operation will wait, before
throwing an operation timeout error because of the locked database.

Fixes #1329

Branch
------
master

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

Modified Files
--------------
web/config.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Allow the python-config executable to be specified in
Next
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Set the minimum value to 50 and maximum value to 2000