Allow changing the POOL_SIZE and MAX_OVERFLOW config values of the pgAdmin config DB connection pool. #6208

This commit is contained in:
Yogesh Mahajan
2023-08-16 15:29:11 +05:30
committed by GitHub
parent 33b2b82ba9
commit 34f160cec7
3 changed files with 15 additions and 4 deletions
+1 -2
View File
@@ -49,9 +49,8 @@ root = os.path.dirname(CURRENT_PATH)
if sys.path[0] != root:
sys.path.insert(0, root)
os.chdir(root)
from pgadmin import create_app
import config
from pgadmin import create_app
if config.SERVER_MODE is True:
config.SECURITY_RECOVERABLE = True