Author: toad
Date: 2007-09-25 15:19:52 +0000 (Tue, 25 Sep 2007)
New Revision: 15293
Modified:
trunk/freenet/src/freenet/node/OpennetManager.java
Log:
2 minutes after startup before can dump a node. Not 5 minutes.
Modified: trunk/freenet/src/freenet/node/OpennetManager.java
===================================================================
--- trunk/freenet/src/freenet/node/OpennetManager.java 2007-09-25 15:17:11 UTC
(rev 15292)
+++ trunk/freenet/src/freenet/node/OpennetManager.java 2007-09-25 15:19:52 UTC
(rev 15293)
@@ -60,7 +60,7 @@
/** Don't drop a node until it's at least this old */
static final int DROP_MIN_AGE = 300*1000;
/** Don't drop a node until this long after startup */
- static final int DROP_STARTUP_DELAY = 300*1000;
+ static final int DROP_STARTUP_DELAY = 120*1000;
/** Don't drop a node until this long after losing connection to it */
static final int DROP_DISCONNECT_DELAY = 300*1000;
/** But if it has disconnected more than once in this period, allow it
to be dropped anyway */