nacos Do default values of heart beat mechanism in version 2.3.2 are same as older version ?

f87krz0w  于 6个月前  发布在  Nacos
关注(0)|答案(1)|浏览(124)

I found nothing about the default value of heart beat mechanism in official doc

I tried to find a result in source code, nothing found!

here are definition, but no default values

/**
* Heart beat interval. Time unit: millisecond.
*/
	private Integer heartBeatInterval;

	/**
* Heart beat timeout. Time unit: millisecond.
*/
	private Integer heartBeatTimeout;

	/**
* Ip delete timeout. Time unit: millisecond.
*/
	private Integer ipDeleteTimeout;

Do default values same as older version?

相关问题