Add after the comment.

pull/809/head
Purgeyao 6 years ago committed by GitHub
parent a859bf44ee
commit 6495f4ca42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save