* StatisticsManager: Lower frequency for publishing stats again

This commit is contained in:
zzz
2014-01-25 15:07:57 +00:00
parent 5d2ff5e648
commit f9144f2fbf

View File

@@ -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 = 12;
private static final int RANDOM_INCLUDE_STATS = 16;
private final DecimalFormat _fmt;
private final DecimalFormat _pct;