[freenet-dev] [freenet-cvs] r14836 - trunk/plugins/XMLSpider
Matthew Toseland
toad at amphibian.dyndns.org
Tue Aug 28 17:01:58 UTC 2007
Is there any chance of fixing the bug itself rather than just writing every N
seconds regardless of how long writing takes? If not, please increase the
inter-write time to something reasonable - what is it now?
On Wednesday 22 August 2007 20:34, you wrote:
> Author: swatig0
> Date: 2007-08-22 19:34:37 +0000 (Wed, 22 Aug 2007)
> New Revision: 14836
>
> Modified:
> trunk/plugins/XMLSpider/XMLSpider.java
> Log:
> XMLSpider with stalling fixed 6
>
> Modified: trunk/plugins/XMLSpider/XMLSpider.java
> ===================================================================
> --- trunk/plugins/XMLSpider/XMLSpider.java 2007-08-22 19:15:08 UTC (rev
14835)
> +++ trunk/plugins/XMLSpider/XMLSpider.java 2007-08-22 19:34:37 UTC (rev
14836)
> @@ -133,8 +133,8 @@
> * Lists the allowed mime types of the fetched page.
> */
> public Set allowedMIMETypes;
> - private static final int MAX_ENTRIES = 6;
> - private static int version = 5;
> + private static final int MAX_ENTRIES = 5;
> + private static int version = 6;
> private static final String pluginName = "XML spider "+version;
> /**
> * Gives the allowed fraction of total time spent on generating indices
with
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://emu.freenetproject.org/pipermail/devl/attachments/20070828/aaaa73c0/attachment.pgp
More information about the Devl
mailing list