tweak(org): org-roam-db-gc-threshold = most-positive-fixnum
To reduce GC consing while syncing the DB.
This commit is contained in:
parent
5941a41fd9
commit
467a23c020
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue