diff --git a/news.xml b/news.xml index 24fe7efbb94f642ce42d285f4372da6e72929257..7f0fd04f309b8572b9e235286da443e1d5d0eaa5 100644 --- a/news.xml +++ b/news.xml @@ -23,7 +23,7 @@ number of session keys transferred, by improving the methods of dropping messages during overload, and by reducing drops by high-bandwidth routers. There is a new <a href="/configupdate.jsp">unsigned update option</a> -for those of you that would like automatic udpates to bleeding-edge development versions. +for those of you that would like automatic updates to bleeding-edge development versions. </p><p> The release also contains several changes to reduce memory and CPU usage, and a large assortment of bug fixes. diff --git a/router/java/src/net/i2p/router/StatisticsManager.java b/router/java/src/net/i2p/router/StatisticsManager.java index 86b0ee1135d29ac17e7da5bf74231e7f517d7364..03afd73b0591a21862d8d5641af5283c9233af48 100644 --- a/router/java/src/net/i2p/router/StatisticsManager.java +++ b/router/java/src/net/i2p/router/StatisticsManager.java @@ -122,8 +122,7 @@ public class StatisticsManager implements Service { //includeRate("jobQueue.jobRunSlow", stats, new long[] { 10*60*1000l, 60*60*1000l }); //includeRate("crypto.elGamal.encrypt", stats, new long[] { 60*60*1000 }); // total event count can be used to track uptime - boolean hideTotals = ! RouterVersion.VERSION.equals("0.7.6"); - includeRate("tunnel.participatingTunnels", stats, new long[] { 60*60*1000 }, hideTotals); + includeRate("tunnel.participatingTunnels", stats, new long[] { 60*60*1000 }, true); //includeRate("tunnel.testSuccessTime", stats, new long[] { 10*60*1000l }); //includeRate("client.sendAckTime", stats, new long[] { 60*60*1000 }, true); //includeRate("udp.sendConfirmTime", stats, new long[] { 10*60*1000 });