Skip to content

Commit

Permalink
tune async_pollers_per_cq
Browse files Browse the repository at this point in the history
Signed-off-by: bestwoody <[email protected]>
  • Loading branch information
bestwoody authored and ti-chi-bot committed Mar 21, 2022
1 parent 3afb1ab commit d7b3d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbms/src/Interpreters/Settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ struct Settings
M(SettingBool, enable_async_grpc_client, true, "Enable async grpc in MPP.") \
M(SettingUInt64, grpc_completion_queue_pool_size, 0, "The size of gRPC completion queue pool. 0 means using hardware_concurrency.")\
M(SettingBool, enable_async_server, true, "Enable async rpc server.") \
M(SettingUInt64, async_pollers_per_cq, 100, "grpc async pollers per cqs") \
M(SettingUInt64, async_pollers_per_cq, 200, "grpc async pollers per cqs") \
M(SettingUInt64, async_cqs, 1, "grpc async cqs") \
M(SettingUInt64, preallocated_request_count_per_poller, 20, "grpc preallocated_request_count_per_poller")

Expand Down

0 comments on commit d7b3d45

Please sign in to comment.