diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-05-17 03:06:12 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-05-17 03:06:12 +0000 |
commit | 49dffe67b2e97dc1b7bdfa3ca030f295f2b05634 (patch) | |
tree | 67593552b810bceb6f92804970539f17227f944b /src/inspircd.cpp | |
parent | b378309829e8e4e823f80aec530f358a48570de4 (diff) |
Changed epoll_wait timeout
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1411 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/inspircd.cpp')
-rw-r--r-- | src/inspircd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp index ce97bc201..aa8d03138 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 100 +#define EP_DELAY 35 #endif #include <time.h> |