Commit 18f61b42 by 王召彬

修改连接数配置

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