Author: toad
Date: 2008-01-30 12:26:12 +0000 (Wed, 30 Jan 2008)
New Revision: 17409
Modified:
trunk/freenet/src/freenet/node/CHKInsertHandler.java
Log:
Delete obsolete comment
Modified: trunk/freenet/src/freenet/node/CHKInsertHandler.java
===================================================================
--- trunk/freenet/src/freenet/node/CHKInsertHandler.java 2008-01-30
12:25:41 UTC (rev 17408)
+++ trunk/freenet/src/freenet/node/CHKInsertHandler.java 2008-01-30
12:26:12 UTC (rev 17409)
@@ -217,7 +217,6 @@
// Local RejectedOverload's (fatal).
// Internal error counts as overload. It'd only create a timeout
otherwise, which is the same thing anyway.
- // We *really* need a good way to deal with nodes that constantly
R_O!
if((status == CHKInsertSender.TIMED_OUT) ||
(status == CHKInsertSender.GENERATED_REJECTED_OVERLOAD)
||
(status == CHKInsertSender.INTERNAL_ERROR)) {