Author: toad
Date: 2008-01-28 17:52:23 +0000 (Mon, 28 Jan 2008)
New Revision: 17369
Modified:
trunk/plugins/XMLSpider/XMLSpider.java
Log:
Version 17: Doh - 256k not 256M
Modified: trunk/plugins/XMLSpider/XMLSpider.java
===================================================================
--- trunk/plugins/XMLSpider/XMLSpider.java 2008-01-28 17:18:09 UTC (rev
17368)
+++ trunk/plugins/XMLSpider/XMLSpider.java 2008-01-28 17:52:23 UTC (rev
17369)
@@ -140,8 +140,8 @@
*/
public Set allowedMIMETypes;
private static final int MAX_ENTRIES = 2000;
- private static final long MAX_SUBINDEX_UNCOMPRESSED_SIZE =
256*1024*1024;
- private static int version = 16;
+ private static final long MAX_SUBINDEX_UNCOMPRESSED_SIZE = 256*1024;
+ private static int version = 17;
private static final String pluginName = "XML spider "+version;
/**
* Gives the allowed fraction of total time spent on generating indices
with