Author: odonata
Date: 2006-06-10 16:06:48 +0000 (Sat, 10 Jun 2006)
New Revision: 9132
Modified:
trunk/freenet/src/freenet/node/PeerNode.java
Log:
Change starting backout window to 1 second
Modified: trunk/freenet/src/freenet/node/PeerNode.java
===================================================================
--- trunk/freenet/src/freenet/node/PeerNode.java 2006-06-10 15:53:58 UTC
(rev 9131)
+++ trunk/freenet/src/freenet/node/PeerNode.java 2006-06-10 16:06:48 UTC
(rev 9132)
@@ -1578,7 +1578,7 @@
long routingBackedOffUntil = -1;
/** Initial nominal routing backoff length */
- final int INITIAL_ROUTING_BACKOFF_LENGTH = 5000; // 5 seconds
+ final int INITIAL_ROUTING_BACKOFF_LENGTH = 1000; // 1 second
/** How much to multiply by during fast routing backoff */
final int BACKOFF_MULTIPLIER = 2;
/** Maximum upper limit to routing backoff slow or fast */