소스 검색

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

fixing :PackerSync on large config from being stuck while syncing
Kai 3 년 전
부모
커밋
48320e5f88
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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,