Skip to content
Snippets Groups Projects
Commit 19cd772a authored by makdharma's avatar makdharma Committed by GitHub
Browse files

Merge pull request #9159 from grpc/revert-9078-revert-8893-reduce_cq

Revert "Revert "Reduce memory bloat (each server cq is very expensive)""
parents 6ff14349 07383e7e
No related branches found
No related tags found
No related merge requests found
...@@ -187,7 +187,7 @@ class ServerBuilder { ...@@ -187,7 +187,7 @@ class ServerBuilder {
struct SyncServerSettings { struct SyncServerSettings {
SyncServerSettings() SyncServerSettings()
: num_cqs(GPR_MAX(gpr_cpu_num_cores(), 4)), : num_cqs(1),
min_pollers(1), min_pollers(1),
max_pollers(INT_MAX), max_pollers(INT_MAX),
cq_timeout_msec(1000) {} cq_timeout_msec(1000) {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment