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:
parent
a859bf44ee
commit
6495f4ca42
@ -86,22 +86,22 @@ public class NacosConfigProperties {
|
|||||||
private int timeout = 3000;
|
private int timeout = 3000;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* nacos maximum number of tolerable server reconnection errors
|
* nacos maximum number of tolerable server reconnection errors.
|
||||||
*/
|
*/
|
||||||
private String maxRetry;
|
private String maxRetry;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* nacos get config long poll timeout
|
* nacos get config long poll timeout.
|
||||||
*/
|
*/
|
||||||
private String configLongPollTimeout;
|
private String configLongPollTimeout;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* nacos get config failure retry time
|
* nacos get config failure retry time.
|
||||||
*/
|
*/
|
||||||
private String configRetryTime;
|
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;
|
private boolean enableRemoteSyncConfig = false;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user