remove bw stats from netdb effective next release

This commit is contained in:
zzz
2012-03-03 18:21:00 +00:00
parent a0f714097a
commit 0e8d3d1862

View File

@@ -85,7 +85,7 @@ public class StatisticsManager implements Service {
if (_context.getBooleanPropertyDefaultTrue(PROP_PUBLISH_RANKINGS)) {
long publishedUptime = _context.router().getUptime();
// Don't publish these for first hour
if (publishedUptime > 62*60*1000)
if (publishedUptime > 62*60*1000 && CoreVersion.VERSION.equals("0.8.13"))
includeAverageThroughput(stats);
//includeRate("router.invalidMessageTime", stats, new long[] { 10*60*1000 });
//includeRate("router.duplicateMessageId", stats, new long[] { 24*60*60*1000 });