tweak(org): org-roam-db-gc-threshold = most-positive-fixnum

To reduce GC consing while syncing the DB.
This commit is contained in:
Henrik Lissner 2022-02-06 02:51:46 +01:00
parent 5941a41fd9
commit 467a23c020

View file

@ -79,7 +79,8 @@ In case of failure, fail gracefully."
org-roam-completion-everywhere t
org-roam-mode-section-functions
#'(org-roam-backlinks-section
org-roam-reflinks-section))
org-roam-reflinks-section)
org-roam-db-gc-threshold most-positive-fixnum)
(setq-hook! 'org-roam-find-file-hook
org-id-link-to-org-use-id +org-roam-link-to-org-use-id)