Author: toad
Date: 2006-11-18 18:47:37 +0000 (Sat, 18 Nov 2006)
New Revision: 10998
Modified:
trunk/freenet/src/freenet/node/updater/RevocationChecker.java
Log:
Comment.
Modified: trunk/freenet/src/freenet/node/updater/RevocationChecker.java
===================================================================
--- trunk/freenet/src/freenet/node/updater/RevocationChecker.java
2006-11-18 18:45:10 UTC (rev 10997)
+++ trunk/freenet/src/freenet/node/updater/RevocationChecker.java
2006-11-18 18:47:37 UTC (rev 10998)
@@ -43,7 +43,7 @@
// big enough ?
ctxRevocation.maxOutputLength = 4096;
ctxRevocation.maxTempLength = 4096;
- ctxRevocation.maxSplitfileBlockRetries = -1; // if we find
content, try forever to get it.
+ ctxRevocation.maxSplitfileBlockRetries = -1; // if we find
content, try forever to get it; not used because of the above size limits.
ctxRevocation.maxNonSplitfileRetries = 0; // but return quickly
normally
}