summaryrefslogtreecommitdiff
path: root/irc/dancer-ircd/files/patch-config.h
blob: 66c33048ffe68177a115bc71db2428535d81df14 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- include/config.h.orig	Sun Feb 15 02:11:26 2004
+++ include/config.h	Tue Apr 20 00:29:14 2004
@@ -66,8 +66,8 @@
  * system limits. If you know what you are doing, increase them now
  */
 
-#define HARD_FDLIMIT_   256 /* was 256 */
-#define INIT_MAXCLIENTS 200 /* was 200 */
+#define HARD_FDLIMIT_   512 /* was 256 */
+#define INIT_MAXCLIENTS 400 /* was 200 */
 
 /*
  * This is how many 'buffer connections' we allow...