Author: toad
Date: 2008-11-28 17:40:40 +0000 (Fri, 28 Nov 2008)
New Revision: 23953

Modified:
   trunk/freenet/src/freenet/node/Node.java
Log:
100MB is probably better, probably still small enough.


Modified: trunk/freenet/src/freenet/node/Node.java
===================================================================
--- trunk/freenet/src/freenet/node/Node.java    2008-11-28 17:32:57 UTC (rev 
23952)
+++ trunk/freenet/src/freenet/node/Node.java    2008-11-28 17:40:40 UTC (rev 
23953)
@@ -1464,7 +1464,7 @@
                 * Very small initial store size, since the node will 
preallocate it when starting up for the first time,
                 * BLOCKING STARTUP, and since everyone goes through the wizard 
anyway...
                 */
-               nodeConfig.register("storeSize", "50M", sortOrder++, false, 
true, "Node.storeSize", "Node.storeSizeLong", 
+               nodeConfig.register("storeSize", "100M", sortOrder++, false, 
true, "Node.storeSize", "Node.storeSizeLong", 
                                new LongCallback() {
 
                                        @Override

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to