Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
kaijchen committed Dec 21, 2023
1 parent c6ad189 commit ee97171
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions be/src/service/internal_service.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,8 @@ PInternalServiceImpl::PInternalServiceImpl(ExecEnv* exec_env)
? config::brpc_light_work_pool_max_queue_size
: std::max(10240, CpuInfo::num_cores() * 320),
"brpc_light"),
_load_stream_mgr(new LoadStreamMgr(
exec_env->store_paths().size() * config::flush_thread_num_per_store)) {
_load_stream_mgr(new LoadStreamMgr(exec_env->store_paths().size() *
config::flush_thread_num_per_store)) {
REGISTER_HOOK_METRIC(heavy_work_pool_queue_size,
[this]() { return _heavy_work_pool.get_queue_size(); });
REGISTER_HOOK_METRIC(light_work_pool_queue_size,
Expand Down

0 comments on commit ee97171

Please sign in to comment.