summaryrefslogtreecommitdiffstats
path: root/testing/charybdis/avoid-fd-4096.patch
blob: 86498498544b6d5862af8f78892ef05d21dffb8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/hash.h b/include/hash.h
index 6dc2d4e..a103241 100644
--- a/include/hash.h
+++ b/include/hash.h
@@ -46,7 +46,7 @@ extern struct Dictionary *nd_dict;
 #define U_MAX 131072 /* 2^17 */
 
 /* Client fd hash table size, used in hash.c */
-#define CLI_FD_MAX 4096
+#define CLI_FD_MAX 16384
 
 /* Channel hash table size, hash.c/s_debug.c */
 #define CH_MAX_BITS 16