ports/irc/dancer-ircd/files/patch-config.h
Akinori MUSHA 7b20c79071 Update to 1.0.32 (+6p4) and unbreak with gcc 3.3.1.
Add ipv6 to CATEGORIES.
2003-11-13 21:26:13 +00:00

13 lines
426 B
C

--- include/config.h.orig Wed Sep 3 03:11:17 2003
+++ include/config.h Fri Nov 14 06:16:38 2003
@@ -36,8 +36,8 @@
* system limits. If you know what you are doing, increase them now
*/
-#define HARD_FDLIMIT_ 4096 /* was 256 */
-#define INIT_MAXCLIENTS 4000 /* was 200 */
+#define HARD_FDLIMIT_ 512 /* was 256 */
+#define INIT_MAXCLIENTS 400 /* was 200 */
/*
* This is how many 'buffer connections' we allow...