mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-19 21:13:21 -06:00
Another minor perf tweak for the runtime.
This commit is contained in:
parent
f0d287588a
commit
ef4b8e8c1c
@ -63,6 +63,7 @@ Server::Server(quint16 port, QString key)
|
||||
|
||||
// Initialise Python
|
||||
Py_NoSiteFlag=1;
|
||||
Py_NoUserSiteDirectory=1;
|
||||
Py_DontWriteBytecodeFlag=1;
|
||||
|
||||
PGA_APP_NAME_UTF8 = PGA_APP_NAME.toUtf8();
|
||||
|
Loading…
Reference in New Issue
Block a user