(no commit message)
[utils] / crawler / basic / src / org / wamblee / crawler / impl / ConfigurationParser.java
index e9dc4013b5c3025817e5c6daaba1fe5537733fba..6795bf1c6c1fa1830d14e2902147f5d3816d31b4 100644 (file)
@@ -59,7 +59,7 @@ public class ConfigurationParser {
 
     private static final int MAX_TRIES = 3;
 
-    private static final int MAX_DELAY = 5000;
+    private static final int MAX_DELAY = 100;
 
     private PrintStream _os;