forked from I2P_Developers/i2p.i2p
post-0.9 cleanup
This commit is contained in:
@@ -85,7 +85,7 @@ public class StatisticsManager implements Service {
|
|||||||
***/
|
***/
|
||||||
|
|
||||||
if (_context.getBooleanPropertyDefaultTrue(PROP_PUBLISH_RANKINGS) &&
|
if (_context.getBooleanPropertyDefaultTrue(PROP_PUBLISH_RANKINGS) &&
|
||||||
(CoreVersion.VERSION.equals("0.9") || _context.random().nextInt(RANDOM_INCLUDE_STATS) == 0)) {
|
_context.random().nextInt(RANDOM_INCLUDE_STATS) == 0) {
|
||||||
long publishedUptime = _context.router().getUptime();
|
long publishedUptime = _context.router().getUptime();
|
||||||
// Don't publish these for first hour
|
// Don't publish these for first hour
|
||||||
// Disabled in 0.9
|
// Disabled in 0.9
|
||||||
|
Reference in New Issue
Block a user