Now crawling in desktop mode should work. It is much more efficient
[utils] / crawler / basic / src / org / wamblee / crawler / impl / ConfigurationParser.java
index 3069104d07ec9174d7eeef969a5efcc1905006e7..e88f4007a1dbe8d5b0c38e6b93ae816a482fbfb8 100644 (file)
@@ -61,7 +61,7 @@ public class ConfigurationParser {
 
     private static final int MAX_TRIES = 3;
 
-    private static final int MAX_DELAY = 100;
+    private static final int MAX_DELAY = 10000;
     
     private XslTransformer _transformer;