perf: cap concurrency for parallel threads and increase git timeout
All checks were successful
ci / nix-fmt (push) Successful in 1m11s
All checks were successful
ci / nix-fmt (push) Successful in 1m11s
This commit is contained in:
parent
1732a55e73
commit
1fdeed6add
1 changed files with 6 additions and 0 deletions
|
|
@ -29,4 +29,10 @@ require("lazy").setup({
|
|||
install = { colorscheme = { "tokyonight" } },
|
||||
-- automatically check for plugin updates
|
||||
checker = { enabled = true },
|
||||
|
||||
concurrency = 2,
|
||||
|
||||
git = {
|
||||
timeout = 300,
|
||||
},
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue