On Monday 22 December 2008 16:04, [email protected] 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 > [email protected] > http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs > >
pgp1NpqOXct9e.pgp
Description: PGP signature
_______________________________________________ Devl mailing list [email protected] http://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl
