Commit 2695d73a by liwotian name

fff

parent 2dc56c10
...@@ -75,8 +75,8 @@ class BuyerPoolConfig extends PoolProperties ...@@ -75,8 +75,8 @@ class BuyerPoolConfig extends PoolProperties
* *
*/ */
protected $uri = [ protected $uri = [
"192.168.3.100:8101" "172.21.0.12:8099",
"172.16.255.33:8099"
]; ];
/** /**
......
...@@ -78,7 +78,7 @@ class GoodsPoolConfig extends PoolProperties ...@@ -78,7 +78,7 @@ class GoodsPoolConfig extends PoolProperties
* @var array * @var array
*/ */
protected $uri = [ protected $uri = [
'192.168.3.39:8400', '192.168.3.39:8400',
]; ];
/** /**
......
...@@ -16,13 +16,11 @@ use Swoft\Pool\PoolProperties; ...@@ -16,13 +16,11 @@ use Swoft\Pool\PoolProperties;
/** /**
* @Bean() * @Bean()
* the config of service user * the config of service user
*
* @Bean()
*/ */
class OrderPoolConfig extends PoolProperties class OrderPoolConfig extends PoolProperties
{ {
protected $name = 'buyer'; protected $name = 'order';
/** /**
* Minimum active number of connections * Minimum active number of connections
......
...@@ -63,7 +63,7 @@ class StorePoolConfig extends PoolProperties ...@@ -63,7 +63,7 @@ class StorePoolConfig extends PoolProperties
* *
* @var int * @var int
*/ */
protected $timeout = 200; protected $timeout = 5;
/** /**
* the addresses of connection * the addresses of connection
......
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