mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
doom update: prevent GC in async instances
Offers a marginal improved to outdated check times.
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user