Author: toad
Date: 2007-02-10 18:05:58 +0000 (Sat, 10 Feb 2007)
New Revision: 11748

Modified:
   trunk/freenet/src/freenet/node/NodeClientCore.java
Log:
Default lazyResume to false. Long startup times or OOMs? Long startup times are 
preferable!

Modified: trunk/freenet/src/freenet/node/NodeClientCore.java
===================================================================
--- trunk/freenet/src/freenet/node/NodeClientCore.java  2007-02-10 18:05:13 UTC 
(rev 11747)
+++ trunk/freenet/src/freenet/node/NodeClientCore.java  2007-02-10 18:05:58 UTC 
(rev 11748)
@@ -220,7 +220,7 @@

                ignoreTooManyPathComponents = 
nodeConfig.getBoolean("ignoreTooManyPathComponents");

-               nodeConfig.register("lazyResume", true, sortOrder++, true, 
false, "Complete loading of persistent requests after startup? (Uses more 
memory)",
+               nodeConfig.register("lazyResume", false, sortOrder++, true, 
false, "Complete loading of persistent requests after startup? (Uses more 
memory)",
                                "The node can load persistent queued requests 
during startup, or it can read the data into memory and then complete the 
request resuming process after the node has started up. "+
                                "Shorter start-up times, but uses more 
memory.", new BooleanCallback() {



Reply via email to