pgadmin4/web/pgadmin
Harshal Dhumal d339d6b816 Do not dump the session data on the disk on every request.
Session object is updated, everytime a request is being served, and
that was forcing the session object dumped on the dist on every request.

On windows, it was causing issues on slower system on startup. Because -
windows file system locks the file, when it is opened by any
application. And, frequent requests on the pgAdmin main UI rendering
was causing issues, because of that.

In order to resolve the issue, we will not write the session data on
disk for every request, but - only after certain delay (in seconds),
from it was last written. It can be configured using the attribute
'PGADMIN_SESSION_DISK_WRITE_DELAY' in the configuration file,
default vaule for the delay is 10.
(i.e. 10 seconds)
2017-07-25 15:52:32 +05:30
..
about Webpack all the things! Fixes #2135 2017-07-18 15:13:17 +01:00
browser Add a field to the Server Dialogue allowing users to specify a subset of databases they'd like to see in the treeview. Fixes #1918 2017-07-21 12:44:57 +01:00
dashboard Allow queries to be cancelled from the dashboards. Fixes #1812 2017-07-24 12:13:24 +01:00
feature_tests Fix test assertion. 2017-07-21 16:16:41 +01:00
help Webpack all the things! Fixes #2135 2017-07-18 15:13:17 +01:00
misc Fix webpacking of loading icon. 2017-07-20 13:38:16 +01:00
model Add a field to the Server Dialogue allowing users to specify a subset of databases they'd like to see in the treeview. Fixes #1918 2017-07-21 12:44:57 +01:00
preferences Webpack all the things! Fixes #2135 2017-07-18 15:13:17 +01:00
redirects Update copyright notices for 2017. 2017-01-04 13:33:32 +00:00
settings Webpack all the things! Fixes #2135 2017-07-18 15:13:17 +01:00
setup [Configuration][Migration] Use 'alembic' for migration of the SQLite 2017-04-24 08:37:27 +05:30
static Allow queries to be cancelled from the dashboards. Fixes #1812 2017-07-24 12:13:24 +01:00
templates Fix paths under non-standard virtual directories. Fixes #2563 2017-07-25 10:15:18 +01:00
tools Ensure babel-polyfill is loaded in older qWebKits. Fixes #2593 2017-07-21 16:15:03 +01:00
translations German translation update. 2017-04-18 15:03:36 +01:00
utils Do not dump the session data on the disk on every request. 2017-07-25 15:52:32 +05:30
__init__.py Fix paths under non-standard virtual directories. Fixes #2563 2017-07-25 10:15:18 +01:00
messages.pot Update translations 2017-04-05 14:03:17 +01:00