Author: j16sdiz
Date: 2008-12-11 07:19:12 +0000 (Thu, 11 Dec 2008)
New Revision: 24194

Modified:
   trunk/plugins/XMLSpider/XMLSpider.java
Log:
don't retry more then 3 times here, retry manually

Modified: trunk/plugins/XMLSpider/XMLSpider.java
===================================================================
--- trunk/plugins/XMLSpider/XMLSpider.java      2008-12-11 06:32:07 UTC (rev 
24193)
+++ trunk/plugins/XMLSpider/XMLSpider.java      2008-12-11 07:19:12 UTC (rev 
24194)
@@ -956,8 +956,8 @@
 
                /* Initialize Fetch Context */
                this.ctx = core.makeClient((short) 0).getFetchContext();
-               ctx.maxSplitfileBlockRetries = 10;
-               ctx.maxNonSplitfileRetries = 10;
+               ctx.maxSplitfileBlockRetries = 2;
+               ctx.maxNonSplitfileRetries = 2;
                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

Reply via email to