blob: 571adbf3e038686ea1a452b0f27e034afe81da0f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- 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();
|