Increase number of sub-processes for 'doom update'
This commit is contained in:
parent
c266680c11
commit
0a44881df1
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ a list of packages that will be updated."
|
|||
(or (cl-loop for group
|
||||
in (seq-partition (hash-table-values straight--repo-cache)
|
||||
(/ (hash-table-count straight--repo-cache)
|
||||
8))
|
||||
16))
|
||||
for future = (doom--packages-remove-outdated-f group)
|
||||
if (processp future)
|
||||
collect (cons future group)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue