summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-12-03 20:33:28 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-12-03 20:33:28 +0000
commitdd20d3f4e9adf1ee7cf5d076bfbf6ab7521348e7 (patch)
treef506cdbe8c1add05c8429cb3b590113afcd2f731 /src
parent0f569eb0d610091b6a61593cd6646a047e2f7e66 (diff)
Changed epoll delay
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2132 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r--src/inspircd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp
index a725755a7..d9f05966e 100644
--- a/src/inspircd.cpp
+++ b/src/inspircd.cpp
@@ -36,7 +36,7 @@ using namespace std;
#ifdef USE_EPOLL
#include <sys/epoll.h>
-#define EP_DELAY 50
+#define EP_DELAY 5
#endif
#include <time.h>