Author: j16sdiz
Date: 2009-04-08 05:39:47 +0000 (Wed, 08 Apr 2009)
New Revision: 26644
Modified:
trunk/plugins/XMLSpider/db/Config.java
Log:
Increase max index file size
Modified: trunk/plugins/XMLSpider/db/Config.java
===================================================================
--- trunk/plugins/XMLSpider/db/Config.java 2009-04-08 05:29:13 UTC (rev
26643)
+++ trunk/plugins/XMLSpider/db/Config.java 2009-04-08 05:39:47 UTC (rev
26644)
@@ -38,7 +38,7 @@
public Config(Storage storage) {
indexDir = "myindex7/";
indexMaxEntries = 4000;
- indexSubindexMaxSize = 1 * 1024 * 1024;
+ indexSubindexMaxSize = 4 * 1024 * 1024;
indexTitle = "XMLSpider index";
indexOwner = "Freenet";
_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs