From: Ian Jackson Date: Fri, 15 May 2009 18:32:17 +0000 (+0100) Subject: tweak timeouts a bit more X-Git-Tag: 1.0~68 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.db-live.git;a=commitdiff_plain;h=cd9e04e53174c0dfebcb49cb20c247741377934b tweak timeouts a bit more --- diff --git a/yoweb-scrape b/yoweb-scrape index 6e8e70a..dceeafd 100755 --- a/yoweb-scrape +++ b/yoweb-scrape @@ -72,7 +72,7 @@ class Fetcher: min_age = 1 need_wait = 0 for age in ages: - if age < min_age: + if age < min_age and age < 300: debug('Fetcher morewait min=%d age=%d' % (min_age, age)) need_wait = max(need_wait, min_age - age)