dovecot: Changed the default ioloop to "best".

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


details:   http://hg.dovecot.org/dovecot/rev/68241b50fabe
changeset: 7265:68241b50fabe
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Feb 17 22:23:46 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 16e06a1c43e6 -r 68241b50fabe configure.in
--- a/configure.in	Sun Feb 17 15:14:44 2008 +0200
+++ b/configure.in	Sun Feb 17 22:23:46 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