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

Skip to content
Snippets Groups Projects
Commit 252ec98e authored by jrandom's avatar jrandom Committed by zzz
Browse files

default to publish rankings & stats (disable via router.publishPeerRankings=false)

parent 77dde571
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ public class StatisticsManager implements Service {
private int _publishedStats;
public final static String PROP_PUBLISH_RANKINGS = "router.publishPeerRankings";
public final static String DEFAULT_PROP_PUBLISH_RANKINGS = "false";
public final static String DEFAULT_PROP_PUBLISH_RANKINGS = "true";
public final static String PROP_MAX_PUBLISHED_PEERS = "router.publishPeerMax";
public final static int DEFAULT_MAX_PUBLISHED_PEERS = 20;
......
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