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