Author: toad
Date: 2008-02-11 20:17:53 +0000 (Mon, 11 Feb 2008)
New Revision: 17792
Modified:
trunk/freenet/src/freenet/node/NodeStarter.java
Log:
Doh! node.load.threadLimit not node.threadLimit
Modified: trunk/freenet/src/freenet/node/NodeStarter.java
===================================================================
--- trunk/freenet/src/freenet/node/NodeStarter.java 2008-02-11 20:13:00 UTC
(rev 17791)
+++ trunk/freenet/src/freenet/node/NodeStarter.java 2008-02-11 20:17:53 UTC
(rev 17792)
@@ -368,7 +368,7 @@
configFS.put("node.alwaysAllowLocalAddresses", true);
configFS.put("node.includeLocalAddressesInNoderefs", true);
configFS.put("node.enableARKs", false);
- configFS.put("node.threadLimit", threadLimit);
+ configFS.put("node.load.threadLimit", threadLimit);
if(ramStore)
configFS.putSingle("node.storeType", "ram");
configFS.put("storeSize", storeSize);