mirror of
https://gitee.com/mirrors/Spring-Cloud-Alibaba.git
synced 2021-06-26 13:25:11 +08:00
modify the heart beat doc unit. second -> millisecond
This commit is contained in:
parent
802958b218
commit
447171de80
@ -183,17 +183,17 @@ public class NacosDiscoveryProperties {
|
|||||||
private String secretKey;
|
private String secretKey;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Heart beat interval. Time unit: second.
|
* Heart beat interval. Time unit: millisecond.
|
||||||
*/
|
*/
|
||||||
private Integer heartBeatInterval;
|
private Integer heartBeatInterval;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Heart beat timeout. Time unit: second.
|
* Heart beat timeout. Time unit: millisecond.
|
||||||
*/
|
*/
|
||||||
private Integer heartBeatTimeout;
|
private Integer heartBeatTimeout;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Ip delete timeout. Time unit: second.
|
* Ip delete timeout. Time unit: millisecond.
|
||||||
*/
|
*/
|
||||||
private Integer ipDeleteTimeout;
|
private Integer ipDeleteTimeout;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user