increased the max delay to 1 second to make it a bit nicer.
authorerik <erik@77661180-640e-0410-b3a8-9f9b13e6d0e0>
Sun, 20 Aug 2006 00:18:30 +0000 (00:18 +0000)
committererik <erik@77661180-640e-0410-b3a8-9f9b13e6d0e0>
Sun, 20 Aug 2006 00:18:30 +0000 (00:18 +0000)
crawler/basic/src/org/wamblee/crawler/impl/ConfigurationParser.java

index 3069104d07ec9174d7eeef969a5efcc1905006e7..7f1e9086106ece4d642959f8516dbdf077274fc9 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 = 1000;
     
     private XslTransformer _transformer;