Couple of minor performance tweaks. Tests on my Windows VM show a consistent 30% startup time reduction.

This commit is contained in:
Dave Page
2017-06-11 13:56:49 +01:00
parent 49976b1934
commit f0d287588a
2 changed files with 2 additions and 8 deletions
+1 -1
View File
@@ -156,7 +156,7 @@ DESKTOP_USER = 'pgadmin4@pgadmin.org'
# NOTE: This is NOT recommended for production use, only for debugging
# or testing. Production installations should be run as a WSGI application
# behind Apache HTTPD.
DEFAULT_SERVER = 'localhost'
DEFAULT_SERVER = '127.0.0.1'
# The default port on which the app server will listen if not set in the
# environment by the runtime