diff options
| author | 2005-05-17 03:06:12 +0000 | |
|---|---|---|
| committer | 2005-05-17 03:06:12 +0000 | |
| commit | 49dffe67b2e97dc1b7bdfa3ca030f295f2b05634 (patch) | |
| tree | 67593552b810bceb6f92804970539f17227f944b /src/inspircd.cpp | |
| parent | Changed from SOMAXCONN to 32 (diff) | |
| download | inspircd++-49dffe67b2e97dc1b7bdfa3ca030f295f2b05634.tar.gz inspircd++-49dffe67b2e97dc1b7bdfa3ca030f295f2b05634.tar.bz2 inspircd++-49dffe67b2e97dc1b7bdfa3ca030f295f2b05634.zip | |
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> |
