changeset 7268:80cd999d5623 HEAD

Changed the default ioloop to "best".
author Timo Sirainen <tss@iki.fi>
date Sun, 17 Feb 2008 22:23:50 +0200
parents 0444707aa95c
children af415b88ba1d
files configure.in
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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,
 [  --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