Author: toad
Date: 2008-09-04 11:53:33 +0000 (Thu, 04 Sep 2008)
New Revision: 22403

Modified:
   trunk/freenet/src/freenet/node/updater/NodeUpdater.java
Log:
Increase priority of updater polling. Polling wasn't happening on a new node.


Modified: trunk/freenet/src/freenet/node/updater/NodeUpdater.java
===================================================================
--- trunk/freenet/src/freenet/node/updater/NodeUpdater.java     2008-09-04 
11:52:13 UTC (rev 22402)
+++ trunk/freenet/src/freenet/node/updater/NodeUpdater.java     2008-09-04 
11:53:33 UTC (rev 22403)
@@ -349,10 +349,10 @@
        }

        public short getPollingPriorityNormal() {
-               return RequestStarter.UPDATE_PRIORITY_CLASS;
+               return RequestStarter.IMMEDIATE_SPLITFILE_PRIORITY_CLASS;
        }

        public short getPollingPriorityProgress() {
-               return RequestStarter.IMMEDIATE_SPLITFILE_PRIORITY_CLASS;
+               return RequestStarter.INTERACTIVE_PRIORITY_CLASS;
        }
 }


Reply via email to