wutiangan commented on a change in pull request #3703: URL: https://github.com/apache/incubator-doris/pull/3703#discussion_r431043291
########## File path: be/src/common/config.h ########## @@ -30,6 +30,9 @@ namespace config { // port for brpc CONF_Int32(brpc_port, "8060"); + //the num of bthreads for brpc, the default value is set to -1, which means the num of bthreads is #cpu-cores Review comment: ```suggestion //the number of bthreads for brpc, the default value is set to -1, which means the number of bthreads is #cpu-cores ``` for Keep consistent with other variables ---------------------------------------------------------------- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org