I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 0a751a30 authored by zzz's avatar zzz
Browse files

post-0.9 cleanup

parent b2da6290
No related branches found
No related tags found
No related merge requests found
...@@ -85,7 +85,7 @@ public class StatisticsManager implements Service { ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment