Author: toad
Date: 2007-03-23 20:50:15 +0000 (Fri, 23 Mar 2007)
New Revision: 12289
Modified:
trunk/freenet/src/freenet/node/NodeStats.java
Log:
For now, thanks to Frost, set the threadLimit to 500.
Modified: trunk/freenet/src/freenet/node/NodeStats.java
===================================================================
--- trunk/freenet/src/freenet/node/NodeStats.java 2007-03-23 19:23:13 UTC
(rev 12288)
+++ trunk/freenet/src/freenet/node/NodeStats.java 2007-03-23 20:50:15 UTC
(rev 12289)
@@ -152,7 +152,7 @@
last_output_stat = 0;
last_io_stat_time = 3;
- statsConfig.register("threadLimit", 300, sortOrder++, true,
true, "Thread limit", "The node will try to limit its thread usage to the
specified value, refusing new requests",
+ statsConfig.register("threadLimit", 500, sortOrder++, true,
true, "Thread limit", "The node will try to limit its thread usage to the
specified value, refusing new requests",
new IntCallback() {
public int get() {
return threadLimit;