Fixes #1185 - While connecting to the server, application becomes almost inaccessible. In stand (without threaded) mode, flask application is not able to process more than one request at a time. Hence - even the client (browser) send multiple request, when connecting the server (which is inaccessible), rest of operations get blocked, as making the connection with the database server is blocking operation. In order to fix the issue, we're starting the application with thread support, in which it will create a separate thread of each request. Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d202366a5dc3fac79df740ec91080ec7b6cf4cdc Author: Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com> Modified Files -------------- web/config.py | 5 +++++ web/pgAdmin4.py | 7 +++++-- 2 files changed, 10 insertions(+), 2 deletions(-)
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера