[freenet-cvs] r15024 - trunk/plugins/XMLSpider

toad at freenetproject.org toad at freenetproject.org
Fri Sep 7 22:58:25 UTC 2007


Author: toad
Date: 2007-09-07 22:58:25 +0000 (Fri, 07 Sep 2007)
New Revision: 15024

Modified:
   trunk/plugins/XMLSpider/XMLSpider.java
Log:
Increase spider version to 9 for load limiting change

Modified: trunk/plugins/XMLSpider/XMLSpider.java
===================================================================
--- trunk/plugins/XMLSpider/XMLSpider.java	2007-09-07 22:56:47 UTC (rev 15023)
+++ trunk/plugins/XMLSpider/XMLSpider.java	2007-09-07 22:58:25 UTC (rev 15024)
@@ -139,7 +139,7 @@
 	 */
 	public Set allowedMIMETypes;
 	private static final int MAX_ENTRIES = 200;
-	private static int version = 8;
+	private static int version = 9;
 	private static final String pluginName = "XML spider "+version;
 	/**
 	 * Gives the allowed fraction of total time spent on generating indices with




More information about the cvs mailing list