changeset 6283:2d5363433029 HEAD

Disable mailbox list indexing by default for now.
author Timo Sirainen <tss@iki.fi>
date Mon, 13 Aug 2007 16:18:08 +0300
parents 5eb728db3fd5
children 2392908727b8
files dovecot-example.conf src/master/master-settings.c
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/dovecot-example.conf	Mon Aug 13 16:08:30 2007 +0300
+++ b/dovecot-example.conf	Mon Aug 13 16:18:08 2007 +0300
@@ -310,8 +310,8 @@
 # mmap_disable=yes and fsync_disable=no.
 #mail_nfs_index = no
 
-# Disable mailbox list indexing.
-#mailbox_list_index_disable = no
+# Disable mailbox list indexing. Disabled by default for now.
+#mailbox_list_index_disable = yes
 
 # Locking method for index files. Alternatives are fcntl, flock and dotlock.
 # Dotlocking uses some tricks which may create more disk I/O than other locking
--- a/src/master/master-settings.c	Mon Aug 13 16:08:30 2007 +0300
+++ b/src/master/master-settings.c	Mon Aug 13 16:18:08 2007 +0300
@@ -240,7 +240,7 @@
 	MEMBER(fsync_disable) FALSE,
 	MEMBER(mail_nfs_storage) FALSE,
 	MEMBER(mail_nfs_index) FALSE,
-	MEMBER(mailbox_list_index_disable) FALSE,
+	MEMBER(mailbox_list_index_disable) TRUE,
 	MEMBER(lock_method) "fcntl",
 	MEMBER(maildir_stat_dirs) FALSE,
 	MEMBER(maildir_copy_with_hardlinks) TRUE,