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

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

* NetDB: Decrease stat publish probability

parent 8fcac04a
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ public class StatisticsManager implements Service { ...@@ -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;
......
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