On Wednesday 18 March 2009 02:50:23 [email protected] wrote:
> 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;

Note that this is the *uncompressed* data size ...
>  
>               indexTitle = "XMLSpider index";
>               indexOwner = "Freenet";

Attachment: signature.asc
Description: This is a digitally signed message part.

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

Reply via email to