Author: toad
Date: 2007-11-29 00:33:11 +0000 (Thu, 29 Nov 2007)
New Revision: 16053
Modified:
trunk/freenet/src/freenet/node/RequestStarter.java
Log:
Turn it off for now. Will be configurable.
Modified: trunk/freenet/src/freenet/node/RequestStarter.java
===================================================================
--- trunk/freenet/src/freenet/node/RequestStarter.java 2007-11-29 00:28:57 UTC
(rev 16052)
+++ trunk/freenet/src/freenet/node/RequestStarter.java 2007-11-29 00:33:11 UTC
(rev 16053)
@@ -38,7 +38,7 @@
/** If true, local requests are subject to shouldRejectRequest(). If
false, they are only subject to the token
* buckets and the thread limit. FIXME make configurable. */
- private final boolean LOCAL_REQUESTS_COMPETE_FAIRLY = true;
+ private final boolean LOCAL_REQUESTS_COMPETE_FAIRLY = false;
public static boolean isValidPriorityClass(int prio) {
return !((prio < MAXIMUM_PRIORITY_CLASS) || (prio >
MINIMUM_PRIORITY_CLASS));