forked from I2P_Developers/i2p.i2p
remove old check
bump
This commit is contained in:
@@ -18,7 +18,7 @@ public class RouterVersion {
|
||||
/** deprecated */
|
||||
public final static String ID = "Monotone";
|
||||
public final static String VERSION = CoreVersion.VERSION;
|
||||
public final static long BUILD = 20;
|
||||
public final static long BUILD = 21;
|
||||
|
||||
/** for example "-test" */
|
||||
public final static String EXTRA = "-rc";
|
||||
|
@@ -163,7 +163,6 @@ class FloodfillMonitorJob extends JobImpl {
|
||||
RateStat queueStat = getContext().statManager().getRate("router.tunnelBacklog");
|
||||
happy = happy && lagStat.getRate(60*60*1000L).getAvgOrLifetimeAvg() < 25;
|
||||
happy = happy && queueStat.getRate(60*60*1000L).getAvgOrLifetimeAvg() < 5;
|
||||
happy = happy && getContext().tunnelManager().getInboundBuildQueueSize() < 5;
|
||||
// Only if we're pretty well integrated...
|
||||
happy = happy && _facade.getKnownRouters() >= 400;
|
||||
happy = happy && getContext().commSystem().countActivePeers() >= 50;
|
||||
|
Reference in New Issue
Block a user