You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2020/04/12 10:40:08 UTC

[GitHub] [skywalking] wu-sheng commented on a change in pull request #4640: Fix bug that the agent heart beats too frequently

wu-sheng commented on a change in pull request #4640: Fix bug that the agent heart beats too frequently
URL: https://github.com/apache/skywalking/pull/4640#discussion_r407179623
 
 

 ##########
 File path: apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking/apm/agent/core/conf/Config.java
 ##########
 @@ -119,7 +119,7 @@
         /**
          * service and endpoint registry check interval
          */
-        public static long APP_AND_SERVICE_REGISTER_CHECK_INTERVAL = 3;
+        public static long HEARTBEAT_PERIOD = 3;
 
 Review comment:
   Please fix comment.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services