1
0
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:
flystar32 2018-09-15 13:29:28 +08:00
parent fb9c678ba1
commit a387ce1554

View File

@ -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