Author: swatig0
Date: 2007-08-22 19:34:37 +0000 (Wed, 22 Aug 2007)
New Revision: 14836
Modified:
trunk/plugins/XMLSpider/XMLSpider.java
Log:
XMLSpider with stalling fixed 6
Modified: trunk/plugins/XMLSpider/XMLSpider.java
===================================================================
--- trunk/plugins/XMLSpider/XMLSpider.java 2007-08-22 19:15:08 UTC (rev
14835)
+++ trunk/plugins/XMLSpider/XMLSpider.java 2007-08-22 19:34:37 UTC (rev
14836)
@@ -133,8 +133,8 @@
* Lists the allowed mime types of the fetched page.
*/
public Set allowedMIMETypes;
- private static final int MAX_ENTRIES = 6;
- private static int version = 5;
+ private static final int MAX_ENTRIES = 5;
+ private static int version = 6;
private static final String pluginName = "XML spider "+version;
/**
* Gives the allowed fraction of total time spent on generating indices
with