diff --git a/src/iomux_epoll.c b/src/iomux_epoll.c index 586b5f0..0b023ef 100644 --- a/src/iomux_epoll.c +++ b/src/iomux_epoll.c @@ -12,7 +12,7 @@ ///we do not use edge triggered mode //number of events we wait for in one go -#define EPOLL_WAIT_EVENTS (64) +#define EPOLL_WAIT_EVENTS (32) struct IOMuxEpoll { //number of file descriptors we're watching