mirror of
https://github.com/i2p/i2p.i2p.git
synced 2024-12-06 19:27:00 +01:00
* StatisticsManager: Publish stats less often
This commit is contained in:
@@ -31,7 +31,7 @@ public class StatisticsManager implements Service {
|
||||
|
||||
public final static String PROP_PUBLISH_RANKINGS = "router.publishPeerRankings";
|
||||
/** enhance anonymity by only including build stats one out of this many times */
|
||||
private static final int RANDOM_INCLUDE_STATS = 8;
|
||||
private static final int RANDOM_INCLUDE_STATS = 12;
|
||||
|
||||
private final DecimalFormat _fmt;
|
||||
private final DecimalFormat _pct;
|
||||
|
||||
Reference in New Issue
Block a user