Increase number of sub-processes for 'doom update'

This commit is contained in:
Henrik Lissner 2019-08-08 23:00:54 -04:00
parent c266680c11
commit 0a44881df1
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -204,7 +204,7 @@ a list of packages that will be updated."
(or (cl-loop for group (or (cl-loop for group
in (seq-partition (hash-table-values straight--repo-cache) in (seq-partition (hash-table-values straight--repo-cache)
(/ (hash-table-count straight--repo-cache) (/ (hash-table-count straight--repo-cache)
8)) 16))
for future = (doom--packages-remove-outdated-f group) for future = (doom--packages-remove-outdated-f group)
if (processp future) if (processp future)
collect (cons future group) collect (cons future group)