tianxiaoliang commented on a change in pull request #844:
URL:
https://github.com/apache/servicecomb-service-center/pull/844#discussion_r570750582
##########
File path: etc/conf/app.conf
##########
@@ -70,8 +70,15 @@ registry_plugin = etcd
# manager_cluster = "127.0.0.1:2379"
manager_cluster = "127.0.0.1:2379"
-# heartbeat_plugin="heartbeatchecker"
-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
Review comment:
不要ini设计
----------------------------------------------------------------
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]