forked from Lainports/freebsd-ports
20 lines
457 B
Text
20 lines
457 B
Text
--- 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();
|
|
|