infocalypse

(djk)
2009-04-06: Cut request timeout to 5 minutes.

Cut request timeout to 5 minutes.

diff --git a/infocalypse/infcmds.py b/infocalypse/infcmds.py
--- a/infocalypse/infcmds.py
+++ b/infocalypse/infcmds.py
@@ -54,7 +54,7 @@ DEFAULT_PARAMS = {
 
     # Non-FCP stuff
     'N_CONCURRENT':4, # Maximum number of concurrent FCP requests.
-    'CANCEL_TIME_SECS': 15 * 60, # Bound request time.
+    'CANCEL_TIME_SECS': 5 * 60, # Bound request time.
     'POLL_SECS':0.25, # Time to sleep in the polling loop.
     }