From 20f28273d68d6aa10b53c217d0b103e92ac528d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20O=2E=20Sel=C3=A5sdal?= Date: Thu, 5 Dec 2013 21:02:59 +0100 Subject: [PATCH] epoll_wait, use max 64 events --- src/iomux_epoll.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/iomux_epoll.c b/src/iomux_epoll.c index a2c88f0..7dfc343 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 (256) +#define EPOLL_WAIT_EVENTS (64) struct IOMuxEpoll { //number of file descriptors we're watching