Commit 528a07c1 by feixiang

授权连接池

parent bc90980a
......@@ -45,13 +45,13 @@ class AuthPoolConfig extends PoolProperties
* the maximum number of active connections
*
*/
protected $maxActive = 50;
protected $maxActive = 200;
/**
* the maximum number of wait connections
*
*/
protected $maxWait = 100;
protected $maxWait = 200;
/**
* 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