Author: toad
Date: 2007-06-13 17:48:04 +0000 (Wed, 13 Jun 2007)
New Revision: 13567

Modified:
   trunk/freenet/src/freenet/node/updater/NodeUpdateManager.java
Log:
Restore 5 minute timeout.

Modified: trunk/freenet/src/freenet/node/updater/NodeUpdateManager.java
===================================================================
--- trunk/freenet/src/freenet/node/updater/NodeUpdateManager.java       
2007-06-13 17:46:24 UTC (rev 13566)
+++ trunk/freenet/src/freenet/node/updater/NodeUpdateManager.java       
2007-06-13 17:48:04 UTC (rev 13567)
@@ -329,7 +329,7 @@
         * Reason: we want to be able to deploy UOM updates on nodes with all 
TOO NEW or leaf nodes 
         * whose peers are overloaded/broken. Note that with UOM, revocation 
certs are automatically
         * propagated node to node, so this should be *relatively* safe. Any 
better ideas, tell us. */
-       private static final int REVOCATION_FETCH_TIMEOUT = 60*1000;
+       private static final int REVOCATION_FETCH_TIMEOUT = 5*60*1000;

        /** Does the updater have an update ready to deploy? May be called 
synchronized(this) */
        private boolean isReadyToDeployUpdate(boolean ignoreRevocation) {


Reply via email to