Commit acd4139
perf: increase parallel install workers from 1 to 4
Increases maxWorkers from 1 to 4 for parallel CLI package installation.
This aligns with the project convention (max 4 workers for brew) and
significantly speeds up installation when multiple packages are queued.
Casks remain sequential due to potential password prompts for .pkg installers.1 parent 1578184 commit acd4139
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments