pgAdmin 4 commit: Adding comment about setting some higher value for SQ

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема pgAdmin 4 commit: Adding comment about setting some higher value for SQ
Дата
Msg-id E1bEwOM-0003zM-M5@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Allow the python-config executable to be specified in
Следующее
От: Akshay Joshi
Дата:
Сообщение: pgAdmin 4 commit: Set the minimum value to 50 and maximum value to 2000