1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/irc/ircd-hybrid/files/patch-ad

21 lines
457 B
Plaintext
Raw Normal View History

--- src/list.c.orig Tue Jul 7 17:40:52 1998
+++ src/list.c Sat Jul 11 23:12:41 1998
@@ -49,7 +49,7 @@
for smaller nets who knows? -Dianora
*/
-#define LINK_PREALLOCATE 1024
+#define LINK_PREALLOCATE 64
/* Number of aClient structures to preallocate at a time
for Efnet 1024 is reasonable
@@ -60,7 +60,7 @@
rather than 30k times -Dianora
*/
-#define CLIENTS_PREALLOCATE 1024
+#define CLIENTS_PREALLOCATE 64
void outofmemory();