Author: nextgens
Date: 2008-07-19 10:19:01 +0000 (Sat, 19 Jul 2008)
New Revision: 21234

Modified:
   trunk/freenet/src/freenet/node/FNPPacketMangler.java
Log:
revert r20946: it wasn't a bright idea; what we need is to increase the size of 
the cache

Modified: trunk/freenet/src/freenet/node/FNPPacketMangler.java
===================================================================
--- trunk/freenet/src/freenet/node/FNPPacketMangler.java        2008-07-19 
09:07:36 UTC (rev 21233)
+++ trunk/freenet/src/freenet/node/FNPPacketMangler.java        2008-07-19 
10:19:01 UTC (rev 21234)
@@ -2823,10 +2823,9 @@
                        authenticatorCache.clear();

                        timeLastReset = now;
-                       
-                       node.getTicker().queueTimedJob(transientKeyRekeyer, 
"JFKmaybeResetTransitentKey "+now, TRANSIENT_KEY_REKEYING_MIN_INTERVAL, false);
-                       Logger.normal(this, "JFK's TransientKey has been 
changed and the message cache flushed.");
                }
+               node.getTicker().queueTimedJob(transientKeyRekeyer, 
"JFKmaybeResetTransitentKey "+now, TRANSIENT_KEY_REKEYING_MIN_INTERVAL, false);
+               Logger.normal(this, "JFK's TransientKey has been changed and 
the message cache flushed.");
                return true;
        }



Reply via email to