summaryrefslogtreecommitdiff
path: root/ev_epoll.c
diff options
context:
space:
mode:
authorroot <root>2011-12-18 17:47:23 +0000
committerroot <root>2011-12-18 17:47:23 +0000
commit6e8b65d3bcd8ea5604b3ec45681c67746a5a4772 (patch)
tree3cff261c8bea5e0b0936e502fb38057e002b479d /ev_epoll.c
parent1538571fb1f09ace6bcafba2b53c86a1e2881991 (diff)
*** empty log message ***
Diffstat (limited to 'ev_epoll.c')
-rw-r--r--ev_epoll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ev_epoll.c b/ev_epoll.c
index 240b7b9..b4e02c2 100644
--- a/ev_epoll.c
+++ b/ev_epoll.c
@@ -247,7 +247,7 @@ epoll_init (EV_P_ int flags)
fcntl (backend_fd, F_SETFD, FD_CLOEXEC);
- backend_mintime = 1./1024.; /* epoll does sometimes return early, this is just to avoid the worst */
+ backend_mintime = 1e-3; /* epoll does sometimes return early, this is just to avoid the worst */
backend_modify = epoll_modify;
backend_poll = epoll_poll;