diff options
| author | 2005-12-03 20:33:28 +0000 | |
|---|---|---|
| committer | 2005-12-03 20:33:28 +0000 | |
| commit | dd20d3f4e9adf1ee7cf5d076bfbf6ab7521348e7 (patch) | |
| tree | f506cdbe8c1add05c8429cb3b590113afcd2f731 /src/inspircd.cpp | |
| parent | More TS fixes (diff) | |
| download | inspircd++-dd20d3f4e9adf1ee7cf5d076bfbf6ab7521348e7.tar.gz inspircd++-dd20d3f4e9adf1ee7cf5d076bfbf6ab7521348e7.tar.bz2 inspircd++-dd20d3f4e9adf1ee7cf5d076bfbf6ab7521348e7.zip | |
Changed epoll delay
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2132 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 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> |
