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

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

* StatisticsManager: Lower frequency for publishing stats again

parent 5d2ff5e6
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
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