Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
services
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tencent
services
Commits
18f61b42
Commit
18f61b42
authored
Nov 01, 2018
by
王召彬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改连接数配置
parent
1b3b940f
Hide whitespace changes
Inline
Side-by-side
Showing
21 changed files
with
42 additions
and
42 deletions
+42
-42
src/Common/Pool/Config/AccountBookPoolConfig.php
+2
-2
src/Common/Pool/Config/BargainPoolConfig.php
+2
-2
src/Common/Pool/Config/BuyerPoolConfig.php
+2
-2
src/Common/Pool/Config/CouponPoolConfig.php
+2
-2
src/Common/Pool/Config/CraftsmanPoolConfig.php
+2
-2
src/Common/Pool/Config/CustomerProfilesConfig.php
+2
-2
src/Common/Pool/Config/GoodsPoolConfig.php
+2
-2
src/Common/Pool/Config/GroupBookingPoolConfig.php
+2
-2
src/Common/Pool/Config/NoticePoolConfig.php
+2
-2
src/Common/Pool/Config/OrderPoolConfig.php
+2
-2
src/Common/Pool/Config/PayPoolConfig.php
+2
-2
src/Common/Pool/Config/ReservationPoolConfig.php
+2
-2
src/Common/Pool/Config/SchedulePoolConfig.php
+2
-2
src/Common/Pool/Config/SellerDistributionPoolConfig.php
+2
-2
src/Common/Pool/Config/SellerPoolConfig.php
+2
-2
src/Common/Pool/Config/StateLessPoolConfig.php
+2
-2
src/Common/Pool/Config/StorePoolConfig.php
+2
-2
src/Common/Pool/Config/TimeLimitBuyPoolConfig.php
+2
-2
src/Common/Pool/Config/TransferPoolConfig.php
+2
-2
src/Common/Pool/Config/VipPoolConfig.php
+2
-2
src/Common/Pool/Config/WithdrawCashPoolConfig.php
+2
-2
No files found.
src/Common/Pool/Config/AccountBookPoolConfig.php
View file @
18f61b42
...
@@ -40,14 +40,14 @@ class AccountBookPoolConfig extends PoolProperties
...
@@ -40,14 +40,14 @@ class AccountBookPoolConfig extends PoolProperties
*
*
* @var int
* @var int
*/
*/
protected
$maxActive
=
5
0
;
protected
$maxActive
=
30
0
;
/**
/**
* the maximum number of wait connections
* the maximum number of wait connections
*
*
* @var int
* @var int
*/
*/
protected
$maxWait
=
1
00
;
protected
$maxWait
=
4
00
;
/**
/**
* Maximum waiting time
* Maximum waiting time
...
...
src/Common/Pool/Config/BargainPoolConfig.php
View file @
18f61b42
...
@@ -43,14 +43,14 @@ class BargainPoolConfig extends PoolProperties
...
@@ -43,14 +43,14 @@ class BargainPoolConfig extends PoolProperties
*
*
* @var int
* @var int
*/
*/
protected
$maxActive
=
5
0
;
protected
$maxActive
=
30
0
;
/**
/**
* the maximum number of wait connections
* the maximum number of wait connections
*
*
* @var int
* @var int
*/
*/
protected
$maxWait
=
1
00
;
protected
$maxWait
=
4
00
;
/**
/**
* Maximum waiting time
* Maximum waiting time
...
...
src/Common/Pool/Config/BuyerPoolConfig.php
View file @
18f61b42
...
@@ -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
=
5
0
;
protected
$maxActive
=
30
0
;
/**
/**
* the maximum number of wait connections
* the maximum number of wait connections
*
*
*/
*/
protected
$maxWait
=
1
00
;
protected
$maxWait
=
4
00
;
/**
/**
* Maximum waiting time
* Maximum waiting time
...
...
src/Common/Pool/Config/CouponPoolConfig.php
View file @
18f61b42
...
@@ -40,14 +40,14 @@ class CouponPoolConfig extends PoolProperties
...
@@ -40,14 +40,14 @@ class CouponPoolConfig extends PoolProperties
*
*
* @var int
* @var int
*/
*/
protected
$maxActive
=
5
0
;
protected
$maxActive
=
30
0
;
/**
/**
* the maximum number of wait connections
* the maximum number of wait connections
*
*
* @var int
* @var int
*/
*/
protected
$maxWait
=
1
00
;
protected
$maxWait
=
4
00
;
/**
/**
* Maximum waiting time
* Maximum waiting time
...
...
src/Common/Pool/Config/CraftsmanPoolConfig.php
View file @
18f61b42
...
@@ -40,14 +40,14 @@ class CraftsmanPoolConfig extends PoolProperties
...
@@ -40,14 +40,14 @@ class CraftsmanPoolConfig extends PoolProperties
*
*
* @var int
* @var int
*/
*/
protected
$maxActive
=
5
0
;
protected
$maxActive
=
30
0
;
/**
/**
* the maximum number of wait connections
* the maximum number of wait connections
*
*
* @var int
* @var int
*/
*/
protected
$maxWait
=
1
00
;
protected
$maxWait
=
4
00
;
/**
/**
* Maximum waiting time
* Maximum waiting time
...
...
src/Common/Pool/Config/CustomerProfilesConfig.php
View file @
18f61b42
...
@@ -40,14 +40,14 @@ class CustomerProfilesConfig extends PoolProperties
...
@@ -40,14 +40,14 @@ class CustomerProfilesConfig extends PoolProperties
*
*
* @var int
* @var int
*/
*/
protected
$maxActive
=
5
0
;
protected
$maxActive
=
30
0
;
/**
/**
* the maximum number of wait connections
* the maximum number of wait connections
*
*
* @var int
* @var int
*/
*/
protected
$maxWait
=
1
00
;
protected
$maxWait
=
4
00
;
/**
/**
* Maximum waiting time
* Maximum waiting time
...
...
src/Common/Pool/Config/GoodsPoolConfig.php
View file @
18f61b42
...
@@ -42,14 +42,14 @@ class GoodsPoolConfig extends PoolProperties
...
@@ -42,14 +42,14 @@ class GoodsPoolConfig extends PoolProperties
*
*
* @var int
* @var int
*/
*/
protected
$maxActive
=
5
0
;
protected
$maxActive
=
30
0
;
/**
/**
* the maximum number of wait connections
* the maximum number of wait connections
*
*
* @var int
* @var int
*/
*/
protected
$maxWait
=
1
00
;
protected
$maxWait
=
4
00
;
/**
/**
* Maximum waiting time
* Maximum waiting time
...
...
src/Common/Pool/Config/GroupBookingPoolConfig.php
View file @
18f61b42
...
@@ -41,14 +41,14 @@ class GroupBookingPoolConfig extends PoolProperties
...
@@ -41,14 +41,14 @@ class GroupBookingPoolConfig extends PoolProperties
*
*
* @var int
* @var int
*/
*/
protected
$maxActive
=
5
0
;
protected
$maxActive
=
30
0
;
/**
/**
* the maximum number of wait connections
* the maximum number of wait connections
*
*
* @var int
* @var int
*/
*/
protected
$maxWait
=
1
00
;
protected
$maxWait
=
4
00
;
/**
/**
* Maximum waiting time
* Maximum waiting time
...
...
src/Common/Pool/Config/NoticePoolConfig.php
View file @
18f61b42
...
@@ -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
=
5
0
;
protected
$maxActive
=
30
0
;
/**
/**
* the maximum number of wait connections
* the maximum number of wait connections
*
*
*/
*/
protected
$maxWait
=
1
00
;
protected
$maxWait
=
4
00
;
/**
/**
* Maximum waiting time
* Maximum waiting time
...
...
src/Common/Pool/Config/OrderPoolConfig.php
View file @
18f61b42
...
@@ -40,14 +40,14 @@ class OrderPoolConfig extends PoolProperties
...
@@ -40,14 +40,14 @@ class OrderPoolConfig extends PoolProperties
*
*
* @var int
* @var int
*/
*/
protected
$maxActive
=
5
0
;
protected
$maxActive
=
30
0
;
/**
/**
* the maximum number of wait connections
* the maximum number of wait connections
*
*
* @var int
* @var int
*/
*/
protected
$maxWait
=
1
00
;
protected
$maxWait
=
4
00
;
/**
/**
* Maximum waiting time
* Maximum waiting time
...
...
src/Common/Pool/Config/PayPoolConfig.php
View file @
18f61b42
...
@@ -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
=
5
0
;
protected
$maxActive
=
30
0
;
/**
/**
* the maximum number of wait connections
* the maximum number of wait connections
*
*
*/
*/
protected
$maxWait
=
1
00
;
protected
$maxWait
=
4
00
;
/**
/**
* Maximum waiting time
* Maximum waiting time
...
...
src/Common/Pool/Config/ReservationPoolConfig.php
View file @
18f61b42
...
@@ -40,14 +40,14 @@ class ReservationPoolConfig extends PoolProperties
...
@@ -40,14 +40,14 @@ class ReservationPoolConfig extends PoolProperties
*
*
* @var int
* @var int
*/
*/
protected
$maxActive
=
5
0
;
protected
$maxActive
=
30
0
;
/**
/**
* the maximum number of wait connections
* the maximum number of wait connections
*
*
* @var int
* @var int
*/
*/
protected
$maxWait
=
1
00
;
protected
$maxWait
=
4
00
;
/**
/**
* Maximum waiting time
* Maximum waiting time
...
...
src/Common/Pool/Config/SchedulePoolConfig.php
View file @
18f61b42
...
@@ -40,14 +40,14 @@ class SchedulePoolConfig extends PoolProperties
...
@@ -40,14 +40,14 @@ class SchedulePoolConfig extends PoolProperties
*
*
* @var int
* @var int
*/
*/
protected
$maxActive
=
5
0
;
protected
$maxActive
=
30
0
;
/**
/**
* the maximum number of wait connections
* the maximum number of wait connections
*
*
* @var int
* @var int
*/
*/
protected
$maxWait
=
1
00
;
protected
$maxWait
=
4
00
;
/**
/**
* Maximum waiting time
* Maximum waiting time
...
...
src/Common/Pool/Config/SellerDistributionPoolConfig.php
View file @
18f61b42
...
@@ -42,14 +42,14 @@ class SellerDistributionPoolConfig extends PoolProperties
...
@@ -42,14 +42,14 @@ class SellerDistributionPoolConfig extends PoolProperties
*
*
* @var int
* @var int
*/
*/
protected
$maxActive
=
5
0
;
protected
$maxActive
=
30
0
;
/**
/**
* the maximum number of wait connections
* the maximum number of wait connections
*
*
* @var int
* @var int
*/
*/
protected
$maxWait
=
1
00
;
protected
$maxWait
=
4
00
;
/**
/**
* Maximum waiting time
* Maximum waiting time
...
...
src/Common/Pool/Config/SellerPoolConfig.php
View file @
18f61b42
...
@@ -41,14 +41,14 @@ class SellerPoolConfig extends PoolProperties
...
@@ -41,14 +41,14 @@ class SellerPoolConfig extends PoolProperties
*
*
* @var int
* @var int
*/
*/
protected
$maxActive
=
5
0
;
protected
$maxActive
=
30
0
;
/**
/**
* the maximum number of wait connections
* the maximum number of wait connections
*
*
* @var int
* @var int
*/
*/
protected
$maxWait
=
1
00
;
protected
$maxWait
=
4
00
;
/**
/**
* Maximum waiting time
* Maximum waiting time
...
...
src/Common/Pool/Config/StateLessPoolConfig.php
View file @
18f61b42
...
@@ -38,14 +38,14 @@ class StateLessPoolConfig extends PoolProperties
...
@@ -38,14 +38,14 @@ class StateLessPoolConfig extends PoolProperties
*
*
* @var int
* @var int
*/
*/
protected
$maxActive
=
5
0
;
protected
$maxActive
=
30
0
;
/**
/**
* the maximum number of wait connections
* the maximum number of wait connections
*
*
* @var int
* @var int
*/
*/
protected
$maxWait
=
1
00
;
protected
$maxWait
=
4
00
;
/**
/**
* Maximum waiting time
* Maximum waiting time
...
...
src/Common/Pool/Config/StorePoolConfig.php
View file @
18f61b42
...
@@ -40,14 +40,14 @@ class StorePoolConfig extends PoolProperties
...
@@ -40,14 +40,14 @@ class StorePoolConfig extends PoolProperties
*
*
* @var int
* @var int
*/
*/
protected
$maxActive
=
5
0
;
protected
$maxActive
=
30
0
;
/**
/**
* the maximum number of wait connections
* the maximum number of wait connections
*
*
* @var int
* @var int
*/
*/
protected
$maxWait
=
1
00
;
protected
$maxWait
=
4
00
;
/**
/**
* Maximum waiting time
* Maximum waiting time
...
...
src/Common/Pool/Config/TimeLimitBuyPoolConfig.php
View file @
18f61b42
...
@@ -40,14 +40,14 @@ class TimeLimitBuyPoolConfig extends PoolProperties
...
@@ -40,14 +40,14 @@ class TimeLimitBuyPoolConfig extends PoolProperties
*
*
* @var int
* @var int
*/
*/
protected
$maxActive
=
5
0
;
protected
$maxActive
=
30
0
;
/**
/**
* the maximum number of wait connections
* the maximum number of wait connections
*
*
* @var int
* @var int
*/
*/
protected
$maxWait
=
1
00
;
protected
$maxWait
=
4
00
;
/**
/**
* Maximum waiting time
* Maximum waiting time
...
...
src/Common/Pool/Config/TransferPoolConfig.php
View file @
18f61b42
...
@@ -39,14 +39,14 @@ class TransferPoolConfig extends PoolProperties
...
@@ -39,14 +39,14 @@ class TransferPoolConfig extends PoolProperties
*
*
* @var int
* @var int
*/
*/
protected
$maxActive
=
5
0
;
protected
$maxActive
=
30
0
;
/**
/**
* the maximum number of wait connections
* the maximum number of wait connections
*
*
* @var int
* @var int
*/
*/
protected
$maxWait
=
1
00
;
protected
$maxWait
=
4
00
;
/**
/**
* Maximum waiting time
* Maximum waiting time
...
...
src/Common/Pool/Config/VipPoolConfig.php
View file @
18f61b42
...
@@ -42,14 +42,14 @@ class VipPoolConfig extends PoolProperties
...
@@ -42,14 +42,14 @@ class VipPoolConfig extends PoolProperties
*
*
* @var int
* @var int
*/
*/
protected
$maxActive
=
5
0
;
protected
$maxActive
=
30
0
;
/**
/**
* the maximum number of wait connections
* the maximum number of wait connections
*
*
* @var int
* @var int
*/
*/
protected
$maxWait
=
1
00
;
protected
$maxWait
=
4
00
;
/**
/**
* Maximum waiting time
* Maximum waiting time
...
...
src/Common/Pool/Config/WithdrawCashPoolConfig.php
View file @
18f61b42
...
@@ -39,14 +39,14 @@ class WithdrawCashPoolConfig extends PoolProperties
...
@@ -39,14 +39,14 @@ class WithdrawCashPoolConfig extends PoolProperties
*
*
* @var int
* @var int
*/
*/
protected
$maxActive
=
5
0
;
protected
$maxActive
=
30
0
;
/**
/**
* the maximum number of wait connections
* the maximum number of wait connections
*
*
* @var int
* @var int
*/
*/
protected
$maxWait
=
1
00
;
protected
$maxWait
=
4
00
;
/**
/**
* Maximum waiting time
* Maximum waiting time
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment