]> git.cworth.org Git - notmuch/commitdiff
doc: document database.autocommit variable
authorDavid Bremner <david@tethera.net>
Sat, 22 May 2021 01:06:02 +0000 (22:06 -0300)
committerDavid Bremner <david@tethera.net>
Sun, 27 Jun 2021 17:04:43 +0000 (14:04 -0300)
This exposes some database internals that most users will probably not
understand.

doc/man1/notmuch-config.rst

index 138501a8fdbff5175d361ac2f82bdea06894c149..82fbb44c65130093303a0b59cdb86f24ed795d0d 100644 (file)
@@ -88,6 +88,14 @@ paths are presumed relative to `$HOME` for items in section
 
     Default: See HOOKS, below.
 
+**database.autocommit**
+
+    How often to commit transactions to disk. `0` means wait until
+    command completes, otherwise an integer `n` specifies to commit to
+    disk after every `n` completed transactions.
+
+    History: this configuration value was introduced in notmuch 0.33.
+
 **user.name**
     Your full name.