dovecot-1.1: Changed the default ioloop to "best".

dovecot at dovecot.org dovecot at dovecot.org
Sun Feb 17 22:23:08 EET 2008


details:   http://hg.dovecot.org/dovecot-1.1/rev/80cd999d5623
changeset: 7268:80cd999d5623
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Feb 17 22:23:50 2008 +0200
description:
Changed the default ioloop to "best".

diffstat:

1 file changed, 2 insertions(+), 2 deletions(-)
configure.in |    4 ++--

diffs (15 lines):

diff -r 0444707aa95c -r 80cd999d5623 configure.in
--- a/configure.in	Sun Feb 17 15:14:46 2008 +0200
+++ b/configure.in	Sun Feb 17 22:23:50 2008 +0200
@@ -50,9 +50,9 @@ AC_ARG_WITH(ioloop,
 AC_ARG_WITH(ioloop,
 [  --with-ioloop=IOLOOP    Specify the I/O loop method to use
                           (epoll, kqueue, poll; best for the fastest available;
-			   default is poll)],
+			   default is best)],
 	ioloop=$withval,
-	ioloop=poll)
+	ioloop=best)
 
 AC_ARG_WITH(notify,
 [  --with-notify=NOTIFY    Specify the file system notification method to use


More information about the dovecot-cvs mailing list