Commit 97e0ad4b by xmy

连接池

parent 28cfc5ad
......@@ -75,8 +75,7 @@ class BuyerPoolConfig extends PoolProperties
*
*/
protected $uri = [
"172.21.0.48:8099",
"172.16.255.2:8099"
"192.168.3.100:8101"
];
......
......@@ -63,7 +63,7 @@ class SellerDistributionPoolConfig extends PoolProperties
*
* @var int
*/
protected $timeout = 5;
protected $timeout = 200;
/**
* the addresses of connection
......@@ -78,8 +78,7 @@ class SellerDistributionPoolConfig extends PoolProperties
* @var array
*/
protected $uri = [
'172.21.0.46:8099',
'172.16.255.116:8099',
'192.168.3.39:8100',
];
/**
......
......@@ -63,7 +63,7 @@ class SellerPoolConfig extends PoolProperties
*
* @var int
*/
protected $timeout = 5;
protected $timeout = 200;
/**
* the addresses of connection
......@@ -78,8 +78,7 @@ class SellerPoolConfig extends PoolProperties
* @var array
*/
protected $uri = [
'172.21.0.19:8099',
'172.16.255.30:8099',
'192.168.3.39:8099',
];
/**
......
......@@ -63,7 +63,7 @@ class StorePoolConfig extends PoolProperties
*
* @var int
*/
protected $timeout = 5;
protected $timeout = 200;
/**
* the addresses of connection
......@@ -78,8 +78,7 @@ class StorePoolConfig extends PoolProperties
* @var array
*/
protected $uri = [
'172.21.0.13:8098',
'172.16.255.191:8098',
'192.168.3.23:8098',
];
/**
......
......@@ -63,7 +63,7 @@ class VipPoolConfig extends PoolProperties
*
* @var int
*/
protected $timeout = 5;
protected $timeout = 200;
/**
* the addresses of connection
......@@ -78,8 +78,7 @@ class VipPoolConfig extends PoolProperties
* @var array
*/
protected $uri = [
'172.21.0.39:8200',
'172.16.255.134:8200',
'192.168.3.39:8200',
];
/**
......
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