download.patch.b 324 B

1234567891011
  1. --- a/scripts/download.pl
  2. +++ b/scripts/download.pl
  3. @@ -82,11 +82,11 @@ ($)
  4. }
  5. return $have_curl
  6. - ? (qw(curl -f --connect-timeout 20 --retry 5 --location),
  7. + ? (qw(curl -f --connect-timeout 5 --retry 3 -m 30 --location),
  8. $check_certificate ? () : '--insecure',
  9. shellwords($ENV{CURL_OPTIONS} || ''),
  10. $url)