little-cui commented on a change in pull request #844:
URL: 
https://github.com/apache/servicecomb-service-center/pull/844#discussion_r570238591



##########
File path: etc/conf/app.conf
##########
@@ -70,8 +70,13 @@ registry_plugin = etcd
 # manager_cluster = "127.0.0.1:2379"
 manager_cluster = "127.0.0.1:2379"
 
-# heartbeat_plugin="heartbeatchecker"
+# Mongo's heartbeat plugin
+# heartbeat_plugin="heartbeatchecker or heartbeatcache"
+# if heartbeat_plugin equals to 'heartbeatcache', should set 
heartbeat_cache_capacity and heartbeat_worker_num
+# heartbeat_cache_capacity = 10000
+# heartbeat_worker_num = 10
 heartbeat_plugin="heartbeatchecker"

Review comment:
       默认用heartbeatcache




----------------------------------------------------------------
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:
[email protected]


Reply via email to