Author: jflesch
Date: 2006-10-22 22:14:47 +0000 (Sun, 22 Oct 2006)
New Revision: 10698
Modified:
trunk/apps/Thaw/src/thaw/plugins/index/Index.java
Log:
Set MaxRetries=-1 for the indexes
Modified: trunk/apps/Thaw/src/thaw/plugins/index/Index.java
===================================================================
--- trunk/apps/Thaw/src/thaw/plugins/index/Index.java 2006-10-22 21:59:10 UTC
(rev 10697)
+++ trunk/apps/Thaw/src/thaw/plugins/index/Index.java 2006-10-22 22:14:47 UTC
(rev 10698)
@@ -307,7 +307,7 @@
Logger.info(this, "Key asked: "+key);
- clientGet = new FCPClientGet(key, 2, 2, false, 1,
System.getProperty("java.io.tmpdir"));
+ clientGet = new FCPClientGet(key, 2, 2, false, -1,
System.getProperty("java.io.tmpdir"));
transfer = clientGet;
clientGet.addObserver(this);