Commit 12fb690d by feixiang

连接池过期时间设置

parent f0e511aa
......@@ -61,7 +61,7 @@ class BuyerPoolConfig extends PoolProperties
* the time of connect timeout
*
*/
protected $timeout = 200;
protected $timeout = 5;
/**
* the addresses of connection
......
......@@ -62,7 +62,7 @@ class OrderPoolConfig extends PoolProperties
*
* @var int
*/
protected $timeout = 200;
protected $timeout = 5;
/**
* the addresses of connection
......
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