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
def8194d
Commit
def8194d
authored
Nov 01, 2018
by
xmy
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
e5e693c5
e911df4c
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 @
def8194d
...
...
@@ -40,14 +40,14 @@ class AccountBookPoolConfig extends PoolProperties
*
* @var int
*/
protected
$maxActive
=
5
0
;
protected
$maxActive
=
30
0
;
/**
* the maximum number of wait connections
*
* @var int
*/
protected
$maxWait
=
1
00
;
protected
$maxWait
=
4
00
;
/**
* Maximum waiting time
...
...
src/Common/Pool/Config/BargainPoolConfig.php
View file @
def8194d
...
...
@@ -43,14 +43,14 @@ class BargainPoolConfig extends PoolProperties
*
* @var int
*/
protected
$maxActive
=
5
0
;
protected
$maxActive
=
30
0
;
/**
* the maximum number of wait connections
*
* @var int
*/
protected
$maxWait
=
1
00
;
protected
$maxWait
=
4
00
;
/**
* Maximum waiting time
...
...
src/Common/Pool/Config/BuyerPoolConfig.php
View file @
def8194d
...
...
@@ -44,13 +44,13 @@ class BuyerPoolConfig extends PoolProperties
* the maximum number of active connections
*
*/
protected
$maxActive
=
5
0
;
protected
$maxActive
=
30
0
;
/**
* the maximum number of wait connections
*
*/
protected
$maxWait
=
1
00
;
protected
$maxWait
=
4
00
;
/**
* Maximum waiting time
...
...
src/Common/Pool/Config/CouponPoolConfig.php
View file @
def8194d
...
...
@@ -40,14 +40,14 @@ class CouponPoolConfig extends PoolProperties
*
* @var int
*/
protected
$maxActive
=
5
0
;
protected
$maxActive
=
30
0
;
/**
* the maximum number of wait connections
*
* @var int
*/
protected
$maxWait
=
1
00
;
protected
$maxWait
=
4
00
;
/**
* Maximum waiting time
...
...
src/Common/Pool/Config/CraftsmanPoolConfig.php
View file @
def8194d
...
...
@@ -40,14 +40,14 @@ class CraftsmanPoolConfig extends PoolProperties
*
* @var int
*/
protected
$maxActive
=
5
0
;
protected
$maxActive
=
30
0
;
/**
* the maximum number of wait connections
*
* @var int
*/
protected
$maxWait
=
1
00
;
protected
$maxWait
=
4
00
;
/**
* Maximum waiting time
...
...
src/Common/Pool/Config/CustomerProfilesConfig.php
View file @
def8194d
...
...
@@ -40,14 +40,14 @@ class CustomerProfilesConfig extends PoolProperties
*
* @var int
*/
protected
$maxActive
=
5
0
;
protected
$maxActive
=
30
0
;
/**
* the maximum number of wait connections
*
* @var int
*/
protected
$maxWait
=
1
00
;
protected
$maxWait
=
4
00
;
/**
* Maximum waiting time
...
...
src/Common/Pool/Config/GoodsPoolConfig.php
View file @
def8194d
...
...
@@ -42,14 +42,14 @@ class GoodsPoolConfig extends PoolProperties
*
* @var int
*/
protected
$maxActive
=
5
0
;
protected
$maxActive
=
30
0
;
/**
* the maximum number of wait connections
*
* @var int
*/
protected
$maxWait
=
1
00
;
protected
$maxWait
=
4
00
;
/**
* Maximum waiting time
...
...
src/Common/Pool/Config/GroupBookingPoolConfig.php
View file @
def8194d
...
...
@@ -41,14 +41,14 @@ class GroupBookingPoolConfig extends PoolProperties
*
* @var int
*/
protected
$maxActive
=
5
0
;
protected
$maxActive
=
30
0
;
/**
* the maximum number of wait connections
*
* @var int
*/
protected
$maxWait
=
1
00
;
protected
$maxWait
=
4
00
;
/**
* Maximum waiting time
...
...
src/Common/Pool/Config/NoticePoolConfig.php
View file @
def8194d
...
...
@@ -43,13 +43,13 @@ class NoticePoolConfig extends PoolProperties
* the maximum number of active connections
*
*/
protected
$maxActive
=
5
0
;
protected
$maxActive
=
30
0
;
/**
* the maximum number of wait connections
*
*/
protected
$maxWait
=
1
00
;
protected
$maxWait
=
4
00
;
/**
* Maximum waiting time
...
...
src/Common/Pool/Config/OrderPoolConfig.php
View file @
def8194d
...
...
@@ -40,14 +40,14 @@ class OrderPoolConfig extends PoolProperties
*
* @var int
*/
protected
$maxActive
=
5
0
;
protected
$maxActive
=
30
0
;
/**
* the maximum number of wait connections
*
* @var int
*/
protected
$maxWait
=
1
00
;
protected
$maxWait
=
4
00
;
/**
* Maximum waiting time
...
...
src/Common/Pool/Config/PayPoolConfig.php
View file @
def8194d
...
...
@@ -43,13 +43,13 @@ class PayPoolConfig extends PoolProperties
* the maximum number of active connections
*
*/
protected
$maxActive
=
5
0
;
protected
$maxActive
=
30
0
;
/**
* the maximum number of wait connections
*
*/
protected
$maxWait
=
1
00
;
protected
$maxWait
=
4
00
;
/**
* Maximum waiting time
...
...
src/Common/Pool/Config/ReservationPoolConfig.php
View file @
def8194d
...
...
@@ -40,14 +40,14 @@ class ReservationPoolConfig extends PoolProperties
*
* @var int
*/
protected
$maxActive
=
5
0
;
protected
$maxActive
=
30
0
;
/**
* the maximum number of wait connections
*
* @var int
*/
protected
$maxWait
=
1
00
;
protected
$maxWait
=
4
00
;
/**
* Maximum waiting time
...
...
src/Common/Pool/Config/SchedulePoolConfig.php
View file @
def8194d
...
...
@@ -40,14 +40,14 @@ class SchedulePoolConfig extends PoolProperties
*
* @var int
*/
protected
$maxActive
=
5
0
;
protected
$maxActive
=
30
0
;
/**
* the maximum number of wait connections
*
* @var int
*/
protected
$maxWait
=
1
00
;
protected
$maxWait
=
4
00
;
/**
* Maximum waiting time
...
...
src/Common/Pool/Config/SellerDistributionPoolConfig.php
View file @
def8194d
...
...
@@ -42,14 +42,14 @@ class SellerDistributionPoolConfig extends PoolProperties
*
* @var int
*/
protected
$maxActive
=
5
0
;
protected
$maxActive
=
30
0
;
/**
* the maximum number of wait connections
*
* @var int
*/
protected
$maxWait
=
1
00
;
protected
$maxWait
=
4
00
;
/**
* Maximum waiting time
...
...
src/Common/Pool/Config/SellerPoolConfig.php
View file @
def8194d
...
...
@@ -41,14 +41,14 @@ class SellerPoolConfig extends PoolProperties
*
* @var int
*/
protected
$maxActive
=
5
0
;
protected
$maxActive
=
40
0
;
/**
* the maximum number of wait connections
*
* @var int
*/
protected
$maxWait
=
1
00
;
protected
$maxWait
=
5
00
;
/**
* Maximum waiting time
...
...
src/Common/Pool/Config/StateLessPoolConfig.php
View file @
def8194d
...
...
@@ -38,14 +38,14 @@ class StateLessPoolConfig extends PoolProperties
*
* @var int
*/
protected
$maxActive
=
5
0
;
protected
$maxActive
=
30
0
;
/**
* the maximum number of wait connections
*
* @var int
*/
protected
$maxWait
=
1
00
;
protected
$maxWait
=
4
00
;
/**
* Maximum waiting time
...
...
src/Common/Pool/Config/StorePoolConfig.php
View file @
def8194d
...
...
@@ -40,14 +40,14 @@ class StorePoolConfig extends PoolProperties
*
* @var int
*/
protected
$maxActive
=
5
0
;
protected
$maxActive
=
30
0
;
/**
* the maximum number of wait connections
*
* @var int
*/
protected
$maxWait
=
1
00
;
protected
$maxWait
=
4
00
;
/**
* Maximum waiting time
...
...
src/Common/Pool/Config/TimeLimitBuyPoolConfig.php
View file @
def8194d
...
...
@@ -40,14 +40,14 @@ class TimeLimitBuyPoolConfig extends PoolProperties
*
* @var int
*/
protected
$maxActive
=
5
0
;
protected
$maxActive
=
30
0
;
/**
* the maximum number of wait connections
*
* @var int
*/
protected
$maxWait
=
1
00
;
protected
$maxWait
=
4
00
;
/**
* Maximum waiting time
...
...
src/Common/Pool/Config/TransferPoolConfig.php
View file @
def8194d
...
...
@@ -39,14 +39,14 @@ class TransferPoolConfig extends PoolProperties
*
* @var int
*/
protected
$maxActive
=
5
0
;
protected
$maxActive
=
30
0
;
/**
* the maximum number of wait connections
*
* @var int
*/
protected
$maxWait
=
1
00
;
protected
$maxWait
=
4
00
;
/**
* Maximum waiting time
...
...
src/Common/Pool/Config/VipPoolConfig.php
View file @
def8194d
...
...
@@ -42,14 +42,14 @@ class VipPoolConfig extends PoolProperties
*
* @var int
*/
protected
$maxActive
=
5
0
;
protected
$maxActive
=
30
0
;
/**
* the maximum number of wait connections
*
* @var int
*/
protected
$maxWait
=
1
00
;
protected
$maxWait
=
4
00
;
/**
* Maximum waiting time
...
...
src/Common/Pool/Config/WithdrawCashPoolConfig.php
View file @
def8194d
...
...
@@ -39,14 +39,14 @@ class WithdrawCashPoolConfig extends PoolProperties
*
* @var int
*/
protected
$maxActive
=
5
0
;
protected
$maxActive
=
30
0
;
/**
* the maximum number of wait connections
*
* @var int
*/
protected
$maxWait
=
1
00
;
protected
$maxWait
=
4
00
;
/**
* 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