Author: toad
Date: 2008-04-14 19:28:21 +0000 (Mon, 14 Apr 2008)
New Revision: 19334
Modified:
trunk/freenet/src/freenet/node/Node.java
Log:
Reinstate MIN_UPTIME change which was on 1139 but was then reverted with
everything else.
Modified: trunk/freenet/src/freenet/node/Node.java
===================================================================
--- trunk/freenet/src/freenet/node/Node.java 2008-04-14 19:08:20 UTC (rev
19333)
+++ trunk/freenet/src/freenet/node/Node.java 2008-04-14 19:28:21 UTC (rev
19334)
@@ -477,7 +477,7 @@
* to the datastore only if it's from an insert, and we are a sink, but
when calculating whether
* we are a sink we ignore nodes which have less uptime (percentage)
than this parameter.
*/
- private static final int MIN_UPTIME_STORE_KEY = 0;
+ private static final int MIN_UPTIME_STORE_KEY = 40;
/**
* Read all storable settings (identity etc) from the node file.