diff options
| author | David Bremner <david@tethera.net> | 2021-05-21 12:54:10 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2021-06-27 13:59:42 -0300 |
| commit | 2f608d2a9400f666ec0aca1f76b59f6640104e4e (patch) | |
| tree | 8934d09f08ecf2cfe7cbaef1136db6911a86d447 /test/T030-config.sh | |
| parent | 65f923219e08193d590bec35e2c3995dc6a19395 (diff) | |
lib/config: add NOTMUCH_CONFIG_AUTOCOMMIT
This will be used to control how often atomic transactions are
committed.
Diffstat (limited to 'test/T030-config.sh')
| -rwxr-xr-x | test/T030-config.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/T030-config.sh b/test/T030-config.sh index 7a1660e9..751feaf3 100755 --- a/test/T030-config.sh +++ b/test/T030-config.sh @@ -51,6 +51,7 @@ cat <<EOF > EXPECTED built_with.compact=something built_with.field_processor=something built_with.retry_lock=something +database.autocommit=8000 database.mail_root=MAIL_DIR database.path=MAIL_DIR foo.list=this;is another;list value; |
