Searched refs:fetch_timeout (Results 1 – 3 of 3) sorted by relevance
79 self.fetch_timeout)103 fetch_timeout=120): argument109 self.fetch_timeout = fetch_timeout
75 def FetchUrl(url_pattern, bytes_to_fetch=10, fetch_timeout=10): argument99 result = urllib.request.urlopen(url, timeout=fetch_timeout)111 if fetch_time > fetch_timeout:
3512 my $fetch_timeout = undef;3520 $fetch_timeout = $main::opt_seconds * 1.01 + 60;3551 my @fetcher = AddFetchTimeout($fetch_timeout, @URL_FETCHER);