Commit 18f61b42 by 王召彬

修改连接数配置

parent 1b3b940f
......@@ -40,14 +40,14 @@ class AccountBookPoolConfig extends PoolProperties
*
* @var int
*/
protected $maxActive = 50;
protected $maxActive = 300;
/**
* the maximum number of wait connections
*
* @var int
*/
protected $maxWait = 100;
protected $maxWait = 400;
/**
* Maximum waiting time
......
......@@ -43,14 +43,14 @@ class BargainPoolConfig extends PoolProperties
*
* @var int
*/
protected $maxActive = 50;
protected $maxActive = 300;
/**
* the maximum number of wait connections
*
* @var int
*/
protected $maxWait = 100;
protected $maxWait = 400;
/**
* Maximum waiting time
......
......@@ -44,13 +44,13 @@ class BuyerPoolConfig extends PoolProperties
* the maximum number of active connections
*
*/
protected $maxActive = 50;
protected $maxActive = 300;
/**
* the maximum number of wait connections
*
*/
protected $maxWait = 100;
protected $maxWait = 400;
/**
* Maximum waiting time
......
......@@ -40,14 +40,14 @@ class CouponPoolConfig extends PoolProperties
*
* @var int
*/
protected $maxActive = 50;
protected $maxActive = 300;
/**
* the maximum number of wait connections
*
* @var int
*/
protected $maxWait = 100;
protected $maxWait = 400;
/**
* Maximum waiting time
......
......@@ -40,14 +40,14 @@ class CraftsmanPoolConfig extends PoolProperties
*
* @var int
*/
protected $maxActive = 50;
protected $maxActive = 300;
/**
* the maximum number of wait connections
*
* @var int
*/
protected $maxWait = 100;
protected $maxWait = 400;
/**
* Maximum waiting time
......
......@@ -40,14 +40,14 @@ class CustomerProfilesConfig extends PoolProperties
*
* @var int
*/
protected $maxActive = 50;
protected $maxActive = 300;
/**
* the maximum number of wait connections
*
* @var int
*/
protected $maxWait = 100;
protected $maxWait = 400;
/**
* Maximum waiting time
......
......@@ -42,14 +42,14 @@ class GoodsPoolConfig extends PoolProperties
*
* @var int
*/
protected $maxActive = 50;
protected $maxActive = 300;
/**
* the maximum number of wait connections
*
* @var int
*/
protected $maxWait = 100;
protected $maxWait = 400;
/**
* Maximum waiting time
......
......@@ -41,14 +41,14 @@ class GroupBookingPoolConfig extends PoolProperties
*
* @var int
*/
protected $maxActive = 50;
protected $maxActive = 300;
/**
* the maximum number of wait connections
*
* @var int
*/
protected $maxWait = 100;
protected $maxWait = 400;
/**
* Maximum waiting time
......
......@@ -43,13 +43,13 @@ class NoticePoolConfig extends PoolProperties
* the maximum number of active connections
*
*/
protected $maxActive = 50;
protected $maxActive = 300;
/**
* the maximum number of wait connections
*
*/
protected $maxWait = 100;
protected $maxWait = 400;
/**
* Maximum waiting time
......
......@@ -40,14 +40,14 @@ class OrderPoolConfig extends PoolProperties
*
* @var int
*/
protected $maxActive = 50;
protected $maxActive = 300;
/**
* the maximum number of wait connections
*
* @var int
*/
protected $maxWait = 100;
protected $maxWait = 400;
/**
* Maximum waiting time
......
......@@ -43,13 +43,13 @@ class PayPoolConfig extends PoolProperties
* the maximum number of active connections
*
*/
protected $maxActive = 50;
protected $maxActive = 300;
/**
* the maximum number of wait connections
*
*/
protected $maxWait = 100;
protected $maxWait = 400;
/**
* Maximum waiting time
......
......@@ -40,14 +40,14 @@ class ReservationPoolConfig extends PoolProperties
*
* @var int
*/
protected $maxActive = 50;
protected $maxActive = 300;
/**
* the maximum number of wait connections
*
* @var int
*/
protected $maxWait = 100;
protected $maxWait = 400;
/**
* Maximum waiting time
......
......@@ -40,14 +40,14 @@ class SchedulePoolConfig extends PoolProperties
*
* @var int
*/
protected $maxActive = 50;
protected $maxActive = 300;
/**
* the maximum number of wait connections
*
* @var int
*/
protected $maxWait = 100;
protected $maxWait = 400;
/**
* Maximum waiting time
......
......@@ -42,14 +42,14 @@ class SellerDistributionPoolConfig extends PoolProperties
*
* @var int
*/
protected $maxActive = 50;
protected $maxActive = 300;
/**
* the maximum number of wait connections
*
* @var int
*/
protected $maxWait = 100;
protected $maxWait = 400;
/**
* Maximum waiting time
......
......@@ -41,14 +41,14 @@ class SellerPoolConfig extends PoolProperties
*
* @var int
*/
protected $maxActive = 50;
protected $maxActive = 300;
/**
* the maximum number of wait connections
*
* @var int
*/
protected $maxWait = 100;
protected $maxWait = 400;
/**
* Maximum waiting time
......
......@@ -38,14 +38,14 @@ class StateLessPoolConfig extends PoolProperties
*
* @var int
*/
protected $maxActive = 50;
protected $maxActive = 300;
/**
* the maximum number of wait connections
*
* @var int
*/
protected $maxWait = 100;
protected $maxWait = 400;
/**
* Maximum waiting time
......
......@@ -40,14 +40,14 @@ class StorePoolConfig extends PoolProperties
*
* @var int
*/
protected $maxActive = 50;
protected $maxActive = 300;
/**
* the maximum number of wait connections
*
* @var int
*/
protected $maxWait = 100;
protected $maxWait = 400;
/**
* Maximum waiting time
......
......@@ -40,14 +40,14 @@ class TimeLimitBuyPoolConfig extends PoolProperties
*
* @var int
*/
protected $maxActive = 50;
protected $maxActive = 300;
/**
* the maximum number of wait connections
*
* @var int
*/
protected $maxWait = 100;
protected $maxWait = 400;
/**
* Maximum waiting time
......
......@@ -39,14 +39,14 @@ class TransferPoolConfig extends PoolProperties
*
* @var int
*/
protected $maxActive = 50;
protected $maxActive = 300;
/**
* the maximum number of wait connections
*
* @var int
*/
protected $maxWait = 100;
protected $maxWait = 400;
/**
* Maximum waiting time
......
......@@ -42,14 +42,14 @@ class VipPoolConfig extends PoolProperties
*
* @var int
*/
protected $maxActive = 50;
protected $maxActive = 300;
/**
* the maximum number of wait connections
*
* @var int
*/
protected $maxWait = 100;
protected $maxWait = 400;
/**
* Maximum waiting time
......
......@@ -39,14 +39,14 @@ class WithdrawCashPoolConfig extends PoolProperties
*
* @var int
*/
protected $maxActive = 50;
protected $maxActive = 300;
/**
* the maximum number of wait connections
*
* @var int
*/
protected $maxWait = 100;
protected $maxWait = 400;
/**
* 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