Batch size to 1 since it is better for latency (this is similar to what

we did in epoll1)
pull/14275/head
Sree Kuchibhotla 7 years ago
parent ffa4fbdafa
commit 12a6c1ea00
  1. 2
      src/core/lib/iomgr/ev_epollex_linux.cc

@ -57,7 +57,7 @@
//#define GRPC_EPOLLEX_CREATE_WORKERS_ON_HEAP 1
#define MAX_EPOLL_EVENTS 100
#define MAX_EPOLL_EVENTS_HANDLED_EACH_POLL_CALL 5
#define MAX_EPOLL_EVENTS_HANDLED_EACH_POLL_CALL 1
grpc_core::DebugOnlyTraceFlag grpc_trace_pollable_refcount(false,
"pollable_refcount");

Loading…
Cancel
Save