пул maxconn 5→10, v1.32
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ def _get_pool():
|
||||
if _pool is None:
|
||||
_pool = _pgpool.ThreadedConnectionPool(
|
||||
minconn=2,
|
||||
maxconn=5,
|
||||
maxconn=10,
|
||||
host=os.getenv("DB_HOST"),
|
||||
port=os.getenv("DB_PORT", 5432),
|
||||
dbname=os.getenv("DB_NAME"),
|
||||
|
||||
Reference in New Issue
Block a user