mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-10 07:20:06 -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',
|
'--fail',
|
||||||
'--show-error',
|
'--show-error',
|
||||||
'--retry',
|
'--retry',
|
||||||
'3',
|
'7',
|
||||||
'-L', -- follow redirects
|
'-L', -- follow redirects
|
||||||
target,
|
target,
|
||||||
'--output',
|
'--output',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue