changeset 7705:68241b50fabe HEAD

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