mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-09-03 20:52:57 -05:00
Couple of minor performance tweaks. Tests on my Windows VM show a consistent 30% startup time reduction.
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user