1
0
mirror of https://gitee.com/mirrors/Spring-Cloud-Alibaba.git synced 2021-06-26 13:25:11 +08:00

Add after the comment.

This commit is contained in:
Purgeyao
2019-08-06 16:23:14 +08:00
committed by GitHub
parent a859bf44ee
commit 6495f4ca42

View File

@@ -86,22 +86,22 @@ public class NacosConfigProperties {
private int timeout = 3000;
/**
* nacos maximum number of tolerable server reconnection errors
* nacos maximum number of tolerable server reconnection errors.
*/
private String maxRetry;
/**
* nacos get config long poll timeout
* nacos get config long poll timeout.
*/
private String configLongPollTimeout;
/**
* nacos get config failure retry time
* nacos get config failure retry time.
*/
private String configRetryTime;
/**
* nacos enable add a listener when the configuration is obtained
* nacos enable add a listener when the configuration is obtained.
*/
private boolean enableRemoteSyncConfig = false;