gavinchou commented on code in PR #34679: URL: https://github.com/apache/doris/pull/34679#discussion_r1597000030
########## be/src/common/config.cpp: ########## @@ -1257,6 +1257,11 @@ DEFINE_Int64(num_s3_file_upload_thread_pool_max_thread, "64"); // The max ratio for ttl cache's size DEFINE_mInt64(max_ttl_cache_ratio, "90"); +// The min thread num for NonBlockCloseThreadPool +DEFINE_Int64(min_non_block_close_thread_num, "12"); Review Comment: naming min_nonblocking_close_thread_num max_nonblocking_close_thread_num -- 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: commits-unsubscr...@doris.apache.org 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