Explorar o código

fix(packer): add max_jobs = 40 (#2781)

fixing :PackerSync on large config from being stuck while syncing
Kai %!s(int64=3) %!d(string=hai) anos
pai
achega
48320e5f88
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      lua/lvim/plugin-loader.lua

+ 1 - 0
lua/lvim/plugin-loader.lua

@@ -20,6 +20,7 @@ function plugin_loader.init(opts)
     package_root = opts.package_root or join_paths(vim.fn.stdpath "data", "site", "pack"),
     compile_path = compile_path,
     snapshot_path = snapshot_path,
+    max_jobs = 40,
     log = { level = "warn" },
     git = {
       clone_timeout = 300,