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
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