Author: j16sdiz
Date: 2008-12-12 00:12:00 +0000 (Fri, 12 Dec 2008)
New Revision: 24218

Modified:
   trunk/plugins/XMLSpider/XMLSpider.java
Log:
4MiB can hold only ~800 entries

Modified: trunk/plugins/XMLSpider/XMLSpider.java
===================================================================
--- trunk/plugins/XMLSpider/XMLSpider.java      2008-12-11 23:31:18 UTC (rev 
24217)
+++ trunk/plugins/XMLSpider/XMLSpider.java      2008-12-12 00:12:00 UTC (rev 
24218)
@@ -160,7 +160,7 @@
         * Lists the allowed mime types of the fetched page. 
         */
        public Set<String> allowedMIMETypes;
-       private static final int MAX_ENTRIES = 2000;
+       private static final int MAX_ENTRIES = 800;
        private static final long MAX_SUBINDEX_UNCOMPRESSED_SIZE = 4*1024*1024;
        private static int version = 33;
        private static final String pluginName = "XML spider " + version;

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to