Commit a7bfd526 by feixiang

授权连接池

parent 5020fb89
...@@ -45,13 +45,13 @@ class AuthPoolConfig extends PoolProperties ...@@ -45,13 +45,13 @@ class AuthPoolConfig extends PoolProperties
* the maximum number of active connections * the maximum number of active connections
* *
*/ */
protected $maxActive = 200; protected $maxActive = 400;
/** /**
* the maximum number of wait connections * the maximum number of wait connections
* *
*/ */
protected $maxWait = 200; protected $maxWait = 500;
/** /**
* Maximum waiting time * Maximum waiting time
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment