From 3f964df041c96703c3ddc7622c21cd69a70fc359 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 20 Sep 2025 02:57:54 -0400 Subject: [PATCH] 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 --- modules/lang/org/contrib/roam.el | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/lang/org/contrib/roam.el b/modules/lang/org/contrib/roam.el index e5888bc3f..08036aa76 100644 --- a/modules/lang/org/contrib/roam.el +++ b/modules/lang/org/contrib/roam.el @@ -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))