superhail commented on code in PR #2655:
URL: https://github.com/apache/brpc/pull/2655#discussion_r1625537296


##########
src/brpc/server.cpp:
##########
@@ -123,6 +123,8 @@ const int INITIAL_CERT_MAP = 64;
 // compilation units is undefined.
 const int s_ncore = sysconf(_SC_NPROCESSORS_ONLN);
 
+DEFINE_uint64(latency_scale_factor, 1, "latency scale factor, used by method 
status, etc., latency_us = latency * latency_scale_factor");

Review Comment:
   @wwbmmm done



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to