Double HTTP timeout

Better slow than nothing (especially when running on a personal computer)
master
pictuga 2015-02-21 01:55:53 +08:00
parent 76c4211a04
commit f62aedda12
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ LIM_TIME = 7 # deletes what's after
MAX_ITEM = 50 # cache-only beyond
MAX_TIME = 7 # cache-only after (in sec)
DELAY = 10 * 60 # xml cache & ETag cache (in sec)
TIMEOUT = 2 # http timeout (in sec)
TIMEOUT = 4 # http timeout (in sec)
THREADS = 10 # number of threads (1 for single-threaded)
DEBUG = False