Author: toad
Date: 2008-11-28 17:32:57 +0000 (Fri, 28 Nov 2008)
New Revision: 23952

Modified:
   trunk/freenet/src/freenet/node/Node.java
Log:
Default to 50MB.


Modified: trunk/freenet/src/freenet/node/Node.java
===================================================================
--- trunk/freenet/src/freenet/node/Node.java    2008-11-28 17:30:27 UTC (rev 
23951)
+++ trunk/freenet/src/freenet/node/Node.java    2008-11-28 17:32:57 UTC (rev 
23952)
@@ -1460,7 +1460,11 @@
                
                storeType = nodeConfig.getString("storeType");
                
-               nodeConfig.register("storeSize", "1G", sortOrder++, false, 
true, "Node.storeSize", "Node.storeSizeLong", 
+               /*
+                * 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", 
                                new LongCallback() {
 
                                        @Override

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

Reply via email to