perf: cap concurrency for parallel threads and increase git timeout
All checks were successful
ci / nix-fmt (push) Successful in 1m11s

This commit is contained in:
Ceferino Patino 2026-05-20 13:25:51 -05:00
commit 1fdeed6add
Signed by: c4patino
SSH key fingerprint: SHA256:Wu+cU1t+7zVT9wzew/4meNmeulo66NzMqc22MdDBgXI

View file

@ -29,4 +29,10 @@ require("lazy").setup({
install = { colorscheme = { "tokyonight" } },
-- automatically check for plugin updates
checker = { enabled = true },
concurrency = 2,
git = {
timeout = 300,
},
})