Commit d477a47e by 王召彬

修改timeout值

parent 3fbf1417
...@@ -68,7 +68,7 @@ class ReservationPoolConfig extends PoolProperties ...@@ -68,7 +68,7 @@ class ReservationPoolConfig extends PoolProperties
* *
* @var int * @var int
*/ */
protected $timeout = 5; protected $timeout = 15;
/** /**
* the addresses of connection * the addresses of connection
......
...@@ -68,7 +68,7 @@ class SchedulePoolConfig extends PoolProperties ...@@ -68,7 +68,7 @@ class SchedulePoolConfig extends PoolProperties
* *
* @var int * @var int
*/ */
protected $timeout = 5; protected $timeout = 15;
/** /**
* the addresses of connection * the addresses of connection
......
...@@ -68,7 +68,7 @@ class StorePoolConfig extends PoolProperties ...@@ -68,7 +68,7 @@ class StorePoolConfig extends PoolProperties
* *
* @var int * @var int
*/ */
protected $timeout = 5; protected $timeout = 15;
/** /**
* the addresses of connection * 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