diff dovecot-example.conf @ 4968:1baf9dd3fc40 HEAD

Added dotlock_use_excl setting.
author Timo Sirainen <tss@iki.fi>
date Thu, 28 Dec 2006 18:27:53 +0200
parents 4714befe2604
children b6b2b1d98f42
line wrap: on
line diff
--- a/dovecot-example.conf	Thu Dec 28 18:07:19 2006 +0200
+++ b/dovecot-example.conf	Thu Dec 28 18:27:53 2006 +0200
@@ -280,6 +280,11 @@
 # which use separate caches for them, such as OpenBSD.
 #mmap_no_write = no
 
+# Rely on O_EXCL to work when creating dotlock files. The default is to use
+# hard linking. O_EXCL makes the dotlocking faster, but it doesn't always
+# work with NFS.
+#dotlock_use_excl = no
+
 # Don't use fsync() or fdatasync() calls. This makes the performance better
 # at the cost of potential data loss if the server (or the file server)
 # goes down.