summaryrefslogtreecommitdiff
path: root/tool/downloader.rb
diff options
context:
space:
mode:
Diffstat (limited to 'tool/downloader.rb')
-rw-r--r--tool/downloader.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/downloader.rb b/tool/downloader.rb
index 21f4aab3c3..d09afc5ad7 100644
--- a/tool/downloader.rb
+++ b/tool/downloader.rb
@@ -197,7 +197,7 @@ class Downloader
$stdout.flush
end
begin
- data = with_retry(9) do
+ data = with_retry(10) do
url.read(options.merge(http_options(file, since.nil? ? true : since)))
end
rescue OpenURI::HTTPError => http_error