Variable: org-roam-db-update-on-save

org-roam-db-update-on-save is a customizable variable defined in org-roam-db.el.

Value

t

Documentation

If t, update the Org-roam database upon saving the file.

Disable this if your files are large and updating the database is slow.

Source Code

;; Defined in ~/.emacs.d/elpa/org-roam-20260224.1637/org-roam-db.el
(defcustom org-roam-db-update-on-save t
  "If t, update the Org-roam database upon saving the file.
Disable this if your files are large and updating the database is
slow."
  :type 'boolean
  :group 'org-roam)