From: Timo Sirainen Date: Mon, 24 Jul 2017 11:12:55 +0000 (+0300) Subject: example-config: Add mailbox_list_index_very_dirty_syncs X-Git-Tag: 2.2.32.rc1~51 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8dd7bf6a0e93207c2d79e4dd5a59ebefdd5ddf91;p=thirdparty%2Fdovecot%2Fcore.git example-config: Add mailbox_list_index_very_dirty_syncs --- diff --git a/doc/example-config/conf.d/10-mail.conf b/doc/example-config/conf.d/10-mail.conf index 38c800fe04..62a5bb4bd5 100644 --- a/doc/example-config/conf.d/10-mail.conf +++ b/doc/example-config/conf.d/10-mail.conf @@ -222,6 +222,11 @@ namespace inbox { # also required for IMAP NOTIFY extension to be enabled. #mailbox_list_index = no +# Trust mailbox list index to be up-to-date. This reduces disk I/O at the cost +# of potentially returning out-of-date results after e.g. server crashes. +# The results will be automatically fixed once the folders are opened. +#mailbox_list_index_very_dirty_syncs = yes + # The minimum number of mails in a mailbox before updates are done to cache # file. This allows optimizing Dovecot's behavior to do less disk writes at # the cost of more disk reads.