infocalypse

(djk)
2009-04-05: Bumped FCP MaxRetries up to 3.

Bumped FCP MaxRetries up to 3.

diff --git a/infocalypse/infcmds.py b/infocalypse/infcmds.py
--- a/infocalypse/infcmds.py
+++ b/infocalypse/infcmds.py
@@ -47,7 +47,7 @@ from config import Config, DEFAULT_CFG_P
 
 DEFAULT_PARAMS = {
     # FCP params
-    'MaxRetries':1,
+    'MaxRetries':3,
     'PriorityClass':1,
     'DontCompress':True, # hg bundles are already compressed.
     'Verbosity':1023, # MUST set this to get progress messages.