Przeglądaj źródła

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

fixing :PackerSync on large config from being stuck while syncing
Kai 3 lat temu
rodzic
commit
48320e5f88
1 zmienionych plików z 1 dodań i 0 usunięć
  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,