Author: toad
Date: 2008-05-01 22:03:02 +0000 (Thu, 01 May 2008)
New Revision: 19664

Modified:
   trunk/freenet/src/freenet/node/OpennetManager.java
Log:
Turn off 1-peer-per-kB/sec, since testing is negative.

Modified: trunk/freenet/src/freenet/node/OpennetManager.java
===================================================================
--- trunk/freenet/src/freenet/node/OpennetManager.java  2008-05-01 21:34:15 UTC 
(rev 19663)
+++ trunk/freenet/src/freenet/node/OpennetManager.java  2008-05-01 22:03:02 UTC 
(rev 19664)
@@ -93,7 +93,7 @@
        static final int MAX_OPENNET_NODEREF_LENGTH = 32768;

        /** Enable scaling of peers with bandwidth? */
-       static final boolean ENABLE_PEERS_PER_KB_OUTPUT = true;
+       static final boolean ENABLE_PEERS_PER_KB_OUTPUT = false;
        /** Target bandwidth usage - above this, we use MAX_PEERS_FOR_SCALING */
        static final int TARGET_BANDWIDTH_USAGE = 20*1024; // 20 peers at 
20K/sec.
        /** Minimum number of peers */


Reply via email to