mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
fix(install): raise number of retries
Seven retries ought to be enough for anybody.
This commit is contained in:
parent
b032f66f0b
commit
4d9466677a
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue