On Wednesday 18 March 2009 02:50:23 j16sdiz at freenetproject.org 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";
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 835 bytes
Desc: This is a digitally signed message part.
URL:
<https://emu.freenetproject.org/pipermail/devl/attachments/20090320/3f76f59d/attachment.pgp>