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

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

disable by default

parent 9e00dbaa
No related branches found
No related tags found
No related merge requests found
...@@ -76,7 +76,7 @@ public class LoadTestManager { ...@@ -76,7 +76,7 @@ public class LoadTestManager {
/** 4 messages per peer at a time */ /** 4 messages per peer at a time */
private static final int CONCURRENT_MESSAGES = 1;//4; private static final int CONCURRENT_MESSAGES = 1;//4;
private static final boolean DEFAULT_ENABLE = true; private static final boolean DEFAULT_ENABLE = false;
public static boolean isEnabled(I2PAppContext ctx) { public static boolean isEnabled(I2PAppContext ctx) {
String enable = ctx.getProperty("router.enableLoadTesting"); String enable = ctx.getProperty("router.enableLoadTesting");
......
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