Author: toad
Date: 2008-02-28 19:10:00 +0000 (Thu, 28 Feb 2008)
New Revision: 18222
Modified:
trunk/plugins/XMLSpider/XMLSpider.java
Log:
Debugging.
Modified: trunk/plugins/XMLSpider/XMLSpider.java
===================================================================
--- trunk/plugins/XMLSpider/XMLSpider.java 2008-02-28 19:05:47 UTC (rev
18221)
+++ trunk/plugins/XMLSpider/XMLSpider.java 2008-02-28 19:10:00 UTC (rev
18222)
@@ -140,8 +140,8 @@
*/
public Set allowedMIMETypes;
private static final int MAX_ENTRIES = 2000;
- private static final long MAX_SUBINDEX_UNCOMPRESSED_SIZE = 256*1024;
- private static int version = 18;
+ private static final long MAX_SUBINDEX_UNCOMPRESSED_SIZE = 32*1024;
+ private static int version = 19;
private static final String pluginName = "XML spider "+version;
/**
* Gives the allowed fraction of total time spent on generating indices
with