forked from I2P_Developers/i2p.i2p
* NetDB: Decrease stat publish probability
This commit is contained in:
@@ -31,7 +31,7 @@ public class StatisticsManager implements Service {
|
|||||||
|
|
||||||
public final static String PROP_PUBLISH_RANKINGS = "router.publishPeerRankings";
|
public final static String PROP_PUBLISH_RANKINGS = "router.publishPeerRankings";
|
||||||
/** enhance anonymity by only including build stats one out of this many times */
|
/** 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 _fmt;
|
||||||
private final DecimalFormat _pct;
|
private final DecimalFormat _pct;
|
||||||
|
Reference in New Issue
Block a user