mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-18 01:39:00 +00:00
fix(install): raise number of retries
Seven retries ought to be enough for anybody.
This commit is contained in:
committed by
Christian Clason
parent
b032f66f0b
commit
4d9466677a
@@ -215,7 +215,7 @@ local function do_download(logger, url, project_name, cache_dir, revision, outpu
|
||||
'--fail',
|
||||
'--show-error',
|
||||
'--retry',
|
||||
'3',
|
||||
'7',
|
||||
'-L', -- follow redirects
|
||||
target,
|
||||
'--output',
|
||||
|
||||
Reference in New Issue
Block a user