Set elpaca queue limit to prevent github errors

This commit is contained in:
David Morgan 2023-07-24 12:58:14 +01:00
parent 137fdfd00c
commit da23b75526
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 2 additions and 1 deletions

View File

@ -46,7 +46,8 @@
;; Assume :elpaca t unless otherwise specified.
(setq elpaca-use-package-by-default t
use-package-always-defer t
package-native-compile t)
package-native-compile t
elpaca-queue-limit 10)
(bind-key "C-c e u" 'elpaca-fetch-all)
(bind-key "C-c e m" 'elpaca-manager))