summaryrefslogtreecommitdiff
path: root/win/inspircd_win32wrapper.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2008-05-15 19:45:13 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2008-05-15 19:45:13 +0000
commitaf30d19ff4cd4483b65e103bcfffb8d8a5483ac7 (patch)
treefec97d7fd41dc55f7e84f717a5963a16f49f6e64 /win/inspircd_win32wrapper.h
parent4db28c85e4b266d600c2578766f3e807b010ced6 (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
Diffstat (limited to 'win/inspircd_win32wrapper.h')
-rw-r--r--win/inspircd_win32wrapper.h2
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