doom update: prevent GC in async instances
Offers a marginal improved to outdated check times.
This commit is contained in:
parent
309fd767d6
commit
f7ad520ee0
1 changed files with 2 additions and 1 deletions
|
@ -281,7 +281,8 @@ Used by `doom-packages-update'."
|
|||
(message "New thread for: %s" pkg))
|
||||
(push (async-start
|
||||
`(lambda ()
|
||||
(let ((doom-init-p t)
|
||||
(let ((gc-cons-threshold ,doom-gc-cons-upper-limit)
|
||||
(doom-init-p t)
|
||||
(noninteractive t)
|
||||
(load-path ',load-path)
|
||||
(package-alist ',package-alist)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue