Commit 2695d73a by liwotian name

fff

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