Author: toad
Date: 2008-02-09 15:20:42 +0000 (Sat, 09 Feb 2008)
New Revision: 17761

Modified:
   trunk/freenet/src/freenet/node/NodeStarter.java
Log:
Disable hang checkers when testing

Modified: trunk/freenet/src/freenet/node/NodeStarter.java
===================================================================
--- trunk/freenet/src/freenet/node/NodeStarter.java     2008-02-09 15:18:41 UTC 
(rev 17760)
+++ trunk/freenet/src/freenet/node/NodeStarter.java     2008-02-09 15:20:42 UTC 
(rev 17761)
@@ -371,6 +371,7 @@
                if(ramStore) 
                        configFS.putSingle("node.storeType", "ram");
                configFS.put("storeSize", storeSize);
+               configFS.put("node.disableHangCheckers", true);
                
                PersistentConfig config = new PersistentConfig(configFS);
                

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

Reply via email to