mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-09 12:38:35 -05:00
Allow changing the POOL_SIZE and MAX_OVERFLOW config values of the pgAdmin config DB connection pool. #6208
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user