mirror of
https://gitee.com/mirrors/Spring-Cloud-Alibaba.git
synced 2021-06-26 13:25:11 +08:00
add default timeout for nacos config
This commit is contained in:
parent
fb9c678ba1
commit
a387ce1554
@ -56,7 +56,7 @@ public class NacosConfigProperties {
|
|||||||
/**
|
/**
|
||||||
* timeout to get configuration
|
* timeout to get configuration
|
||||||
*/
|
*/
|
||||||
private int timeout;
|
private int timeout = 3000;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* endpoint for Nacos
|
* endpoint for Nacos
|
||||||
|
Loading…
x
Reference in New Issue
Block a user