Author: toad
Date: 2008-04-28 22:40:09 +0000 (Mon, 28 Apr 2008)
New Revision: 19604

Modified:
   trunk/freenet/src/freenet/node/OpennetManager.java
Log:
20 peers at 20K/sec.

Modified: trunk/freenet/src/freenet/node/OpennetManager.java
===================================================================
--- trunk/freenet/src/freenet/node/OpennetManager.java  2008-04-28 22:39:03 UTC 
(rev 19603)
+++ trunk/freenet/src/freenet/node/OpennetManager.java  2008-04-28 22:40:09 UTC 
(rev 19604)
@@ -95,7 +95,7 @@
        /** Enable scaling of peers with bandwidth? */
        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 = 16*1024; // Same as the 
default in the first time wizard.
+       static final int TARGET_BANDWIDTH_USAGE = 20*1024; // 20 peers at 
20K/sec.
        /** Minimum number of peers */
        static final int MIN_PEERS_FOR_SCALING = 10;
        /** Maximum number of peers */


Reply via email to