Author: toad
Date: 2007-11-29 00:37:14 +0000 (Thu, 29 Nov 2007)
New Revision: 16055
Modified:
trunk/freenet/src/freenet/node/RequestStarter.java
Log:
Turn back on for testing
Modified: trunk/freenet/src/freenet/node/RequestStarter.java
===================================================================
--- trunk/freenet/src/freenet/node/RequestStarter.java 2007-11-29 00:36:59 UTC
(rev 16054)
+++ trunk/freenet/src/freenet/node/RequestStarter.java 2007-11-29 00:37:14 UTC
(rev 16055)
@@ -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 = false;
+ private final boolean LOCAL_REQUESTS_COMPETE_FAIRLY = true;
public static boolean isValidPriorityClass(int prio) {
return !((prio < MAXIMUM_PRIORITY_CLASS) || (prio >
MINIMUM_PRIORITY_CLASS));