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

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

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

  1. /**
  2. * Heart beat interval. Time unit: millisecond.
  3. */
  4. private Integer heartBeatInterval;
  5. /**
  6. * Heart beat timeout. Time unit: millisecond.
  7. */
  8. private Integer heartBeatTimeout;
  9. /**
  10. * Ip delete timeout. Time unit: millisecond.
  11. */
  12. private Integer ipDeleteTimeout;

Do default values same as older version?

kpbwa7wx

kpbwa7wx1#

there are three method in Instance

相关问题