On Monday 22 December 2008 16:04, j16sdiz at freenetproject.org wrote:
> Author: j16sdiz
> Date: 2008-12-22 16:04:07 +0000 (Mon, 22 Dec 2008)
> New Revision: 24747
> 
> Modified:
>    trunk/plugins/XMLSpider/XMLSpider.java
> Log:
> no retry, fail faster

Why? BTW retries = 1 still means 1 retry i.e. 2 attempts iirc. It must be no 
more than 2 to avoid the cooldown queue.
> 
> Modified: trunk/plugins/XMLSpider/XMLSpider.java
> ===================================================================
> --- trunk/plugins/XMLSpider/XMLSpider.java    2008-12-22 16:03:41 UTC (rev 
24746)
> +++ trunk/plugins/XMLSpider/XMLSpider.java    2008-12-22 16:04:07 UTC (rev 
24747)
> @@ -526,8 +526,8 @@
>  
>               /* Initialize Fetch Context */
>               this.ctx = pr.getHLSimpleClient().getFetchContext();
> -             ctx.maxSplitfileBlockRetries = 2;
> -             ctx.maxNonSplitfileRetries = 2;
> +             ctx.maxSplitfileBlockRetries = 1;
> +             ctx.maxNonSplitfileRetries = 1;
>               ctx.maxTempLength = 2 * 1024 * 1024;
>               ctx.maxOutputLength = 2 * 1024 * 1024;
>               allowedMIMETypes = new HashSet<String>();
> 
> _______________________________________________
> cvs mailing list
> cvs at freenetproject.org
> http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs
> 
> 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 827 bytes
Desc: not available
URL: 
<https://emu.freenetproject.org/pipermail/devl/attachments/20090110/473c757e/attachment.pgp>

Reply via email to