From: erik Date: Sun, 20 Aug 2006 00:18:30 +0000 (+0000) Subject: increased the max delay to 1 second to make it a bit nicer. X-Git-Tag: BEFORE_MAVEN_MIGRATION~34 X-Git-Url: http://wamblee.org/gitweb/?a=commitdiff_plain;h=9dd28acaa4069b4ed857cdf968b8a2b623903b7b;p=utils increased the max delay to 1 second to make it a bit nicer. --- diff --git a/crawler/basic/src/org/wamblee/crawler/impl/ConfigurationParser.java b/crawler/basic/src/org/wamblee/crawler/impl/ConfigurationParser.java index 3069104d..7f1e9086 100644 --- a/crawler/basic/src/org/wamblee/crawler/impl/ConfigurationParser.java +++ b/crawler/basic/src/org/wamblee/crawler/impl/ConfigurationParser.java @@ -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;