Author: toad
Date: 2008-01-26 17:39:00 +0000 (Sat, 26 Jan 2008)
New Revision: 17306
Modified:
trunk/plugins/XMLSpider/XMLSpider.java
Log:
Bigger sub-indexes - probably more reliable, less data to insert, slightly
higher client latency, but on balance I expect much better client latency due
to improved reliability.
Most of wAnnA is unreachable atm.
Modified: trunk/plugins/XMLSpider/XMLSpider.java
===================================================================
--- trunk/plugins/XMLSpider/XMLSpider.java 2008-01-26 17:33:43 UTC (rev
17305)
+++ trunk/plugins/XMLSpider/XMLSpider.java 2008-01-26 17:39:00 UTC (rev
17306)
@@ -139,8 +139,8 @@
* Lists the allowed mime types of the fetched page.
*/
public Set allowedMIMETypes;
- private static final int MAX_ENTRIES = 200;
- private static int version = 14;
+ private static final int MAX_ENTRIES = 2000;
+ private static int version = 15;
private static final String pluginName = "XML spider "+version;
/**
* Gives the allowed fraction of total time spent on generating indices
with