зеркало из https://github.com/github/ruby.git
Retry downloads more for unicode outage
like https://ci.appveyor.com/project/ruby/ruby/builds/24142523/job/v6aq4srj7c3hgt86
This commit is contained in:
Родитель
9348643575
Коммит
3067370f61
|
@ -192,7 +192,7 @@ class Downloader
|
|||
$stdout.flush
|
||||
end
|
||||
begin
|
||||
data = with_retry(6) do
|
||||
data = with_retry(9) do
|
||||
url.read(options.merge(http_options(file, since.nil? ? true : since)))
|
||||
end
|
||||
rescue OpenURI::HTTPError => http_error
|
||||
|
|
Загрузка…
Ссылка в новой задаче