From 24c1473b1dd94096ac30fb5877297deedaaa6607 Mon Sep 17 00:00:00 2001 From: zzz Date: Tue, 13 Dec 2011 19:12:26 +0000 Subject: [PATCH] disable debug double-check --- router/java/src/net/i2p/data/i2np/FastI2NPMessageImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/router/java/src/net/i2p/data/i2np/FastI2NPMessageImpl.java b/router/java/src/net/i2p/data/i2np/FastI2NPMessageImpl.java index 307fd68a2..564d0f726 100644 --- a/router/java/src/net/i2p/data/i2np/FastI2NPMessageImpl.java +++ b/router/java/src/net/i2p/data/i2np/FastI2NPMessageImpl.java @@ -130,7 +130,7 @@ public abstract class FastI2NPMessageImpl extends I2NPMessageImpl { * and a few DatabaseLookupMessages that get reused. * The last two are tiny, but the savings at the gateway should help. */ - private static final boolean VERIFY_TEST = true; + private static final boolean VERIFY_TEST = false; /** * If available, use the previously-computed or previously-read checksum for speed