forked from I2P_Developers/i2p.i2p
This commit is contained in:
@ -1,3 +1,6 @@
|
||||
2018-04-03 zzz
|
||||
* Stats: Enable per-tunnel bw stats by default (tickets #2106, #2145)
|
||||
|
||||
2018-04-02 zzz
|
||||
* KeyStore: Fix ConncurrentModificationException (ticket #2196)
|
||||
|
||||
|
@ -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 = 22;
|
||||
public final static long BUILD = 23;
|
||||
|
||||
/** for example "-test" */
|
||||
public final static String EXTRA = "-rc";
|
||||
|
@ -102,7 +102,7 @@ public class TunnelPool {
|
||||
if (ls != null)
|
||||
_context.clientManager().requestLeaseSet(_settings.getDestination(), ls);
|
||||
}
|
||||
_context.statManager().createRateStat(_rateName,
|
||||
_context.statManager().createRequiredRateStat(_rateName,
|
||||
"Tunnel Bandwidth (Bytes/sec)", "Tunnels",
|
||||
new long[] { 5*60*1000l });
|
||||
}
|
||||
|
Reference in New Issue
Block a user