fix(org): +roam: revert org-roam-db-gc-threshold to default

It's high enough, increasing it this high may make it spiral in the
worst cases.

Fix: #7009
This commit is contained in:
Henrik Lissner
2025-09-20 02:57:54 -04:00
parent d92883bff8
commit 3f964df041

View File

@@ -72,7 +72,6 @@ inserting the link."
(propertize "${doom-type:12}" 'face 'font-lock-keyword-face)
(propertize "${doom-tags:42}" 'face '(:inherit org-tag :box nil)))
org-roam-completion-everywhere t
org-roam-db-gc-threshold most-positive-fixnum
;; Reverse the default to favor faster searchers over slower ones.
org-roam-list-files-commands '(fd fdfind rg find))