diff options
| author | 2008-05-15 19:45:13 +0000 | |
|---|---|---|
| committer | 2008-05-15 19:45:13 +0000 | |
| commit | af30d19ff4cd4483b65e103bcfffb8d8a5483ac7 (patch) | |
| tree | fec97d7fd41dc55f7e84f717a5963a16f49f6e64 | |
| parent | Right now this just dumps the config hash as html (diff) | |
Make FD_SETSIZE larger. We wont ever have this many users via select() on windows, this is to test out some stuff mainly.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9726 e03df62e-2008-0410-955e-edbf42e46eb7
| -rw-r--r-- | win/inspircd_win32wrapper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/inspircd_win32wrapper.h b/win/inspircd_win32wrapper.h index 7fef5ff1d..d7b1d9cef 100644 --- a/win/inspircd_win32wrapper.h +++ b/win/inspircd_win32wrapper.h @@ -24,7 +24,7 @@ #define ENABLE_CRASHDUMPS 0 /* This defaults to 64, way too small for an ircd! */ -#define FD_SETSIZE 12000 +#define FD_SETSIZE 24000 /* Make builds smaller, leaner and faster */ #define VC_EXTRALEAN |
