Author: toad
Date: 2008-07-19 17:30:05 +0000 (Sat, 19 Jul 2008)
New Revision: 21257

Modified:
   branches/db4o/freenet/src/freenet/node/FailureTable.java
Log:
revert accidental commit

Modified: branches/db4o/freenet/src/freenet/node/FailureTable.java
===================================================================
--- branches/db4o/freenet/src/freenet/node/FailureTable.java    2008-07-19 
17:23:30 UTC (rev 21256)
+++ branches/db4o/freenet/src/freenet/node/FailureTable.java    2008-07-19 
17:30:05 UTC (rev 21257)
@@ -49,9 +49,9 @@
        private final Node node;

        /** Maximum number of keys to track */
-       static final int MAX_ENTRIES = 2*1000;
+       static final int MAX_ENTRIES = 20*1000;
        /** Maximum number of offers to track */
-       static final int MAX_OFFERS = 1*1000;
+       static final int MAX_OFFERS = 10*1000;
        /** Terminate a request if there was a DNF on the same key less than 10 
minutes ago */
        static final int REJECT_TIME = 10*60*1000;
        /** After 1 hour we forget about an entry completely */


Reply via email to