mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
doc: document database.autocommit variable
This exposes some database internals that most users will probably not understand.
This commit is contained in:
parent
e2a3e5fa51
commit
42b5cb53ef
1 changed files with 8 additions and 0 deletions
|
@ -88,6 +88,14 @@ paths are presumed relative to `$HOME` for items in section
|
||||||
|
|
||||||
Default: See HOOKS, below.
|
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**
|
**user.name**
|
||||||
Your full name.
|
Your full name.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue