disable by default

This commit is contained in:
jrandom
2006-02-16 11:20:32 +00:00
committed by zzz
parent 9e00dbaafd
commit 71d3fa6b8c

View File

@ -76,7 +76,7 @@ public class LoadTestManager {
/** 4 messages per peer at a time */
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) {
String enable = ctx.getProperty("router.enableLoadTesting");