1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/irc/ircd-hybrid/files/patch-ad
Donald Burr e1486f8c7e Update to ircd-hybrid-5 version 5.3.
Thanks to Adrian Penisoara <ady@freebsd.ady.ro> for his patches.
PR: ports/7255
1998-07-19 07:46:57 +00:00

21 lines
457 B
Plaintext

--- 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();