* NetDB: Decrease stat publish probability

This commit is contained in:
zzz
2012-08-21 19:49:43 +00:00
parent 8fcac04aad
commit fbd8c69eea

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 = 4;
private static final int RANDOM_INCLUDE_STATS = 8;
private final DecimalFormat _fmt;
private final DecimalFormat _pct;