Author: toad
Date: 2008-02-08 18:38:45 +0000 (Fri, 08 Feb 2008)
New Revision: 17708

Modified:
   trunk/freenet/src/freenet/node/FailureTable.java
Log:
Lets do it every 5 minutes for now just to provoke any bugs...

Modified: trunk/freenet/src/freenet/node/FailureTable.java
===================================================================
--- trunk/freenet/src/freenet/node/FailureTable.java    2008-02-08 18:38:16 UTC 
(rev 17707)
+++ trunk/freenet/src/freenet/node/FailureTable.java    2008-02-08 18:38:45 UTC 
(rev 17708)
@@ -55,7 +55,7 @@
        /** HMAC key for the offer authenticator */
        final byte[] offerAuthenticatorKey;
        /** Clean up old data every 30 minutes to save memory and improve 
privacy */
-       static final int CLEANUP_PERIOD = 30*60*1000;
+       static final int CLEANUP_PERIOD = 5*60*1000;

        static boolean logMINOR;
        static boolean logDEBUG;


Reply via email to