Author: j16sdiz
Date: 2009-03-18 02:50:21 +0000 (Wed, 18 Mar 2009)
New Revision: 26084

Modified:
   trunk/plugins/XMLSpider/db/Config.java
Log:
Generate smaller subindex in default

It was set to 4MiB only to workaround the corrupted metadata issue.

Modified: trunk/plugins/XMLSpider/db/Config.java
===================================================================
--- trunk/plugins/XMLSpider/db/Config.java      2009-03-18 00:21:40 UTC (rev 
26083)
+++ trunk/plugins/XMLSpider/db/Config.java      2009-03-18 02:50:21 UTC (rev 
26084)
@@ -32,8 +32,8 @@
 
        public Config(Storage storage) {
                indexDir = "myindex7/";
-               indexMaxEntries = 2000;
-               indexSubindexMaxSize = 4 * 1024 * 1024;
+               indexMaxEntries = 1000;
+               indexSubindexMaxSize = 1 * 1024 * 1024;
 
                indexTitle = "XMLSpider index";
                indexOwner = "Freenet";

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

Reply via email to