Commit 5a282109 authored by zhujiashun's avatar zhujiashun

health_check_using_rpc: refine desc

parent 03cc7f8c
......@@ -27,7 +27,8 @@
namespace brpc {
DEFINE_string(health_check_path, "", "Http path of health check call." "By default health check succeeds if the server is connectable."
DEFINE_string(health_check_path, "", "Http path of health check call."
"By default health check succeeds if the server is connectable."
"If this flag is set, health check is not completed until a http "
"call to the path succeeds within -health_check_timeout_ms(to make "
"sure the server functions well).");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment