Author: toad
Date: 2007-06-21 18:59:17 +0000 (Thu, 21 Jun 2007)
New Revision: 13695
Modified:
trunk/freenet/src/freenet/clients/http/XMLSpider.java
Log:
Revert priority change (wasn't intended to be committed, bulk is good).
Modified: trunk/freenet/src/freenet/clients/http/XMLSpider.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/XMLSpider.java 2007-06-21
18:02:44 UTC (rev 13694)
+++ trunk/freenet/src/freenet/clients/http/XMLSpider.java 2007-06-21
18:59:17 UTC (rev 13695)
@@ -101,7 +101,7 @@
private HashMap urisToNumbers;
private NodeClientCore core;
private FetchContext ctx;
- private final short PRIORITY_CLASS =
RequestStarter.IMMEDIATE_SPLITFILE_PRIORITY_CLASS;
+ private final short PRIORITY_CLASS =
RequestStarter.BULK_SPLITFILE_PRIORITY_CLASS;
private boolean stopped = true;
PluginRespirator pr;