server: idle a bit more of we are not expecting work
authorJens Axboe <axboe@kernel.dk>
Fri, 23 Mar 2012 11:25:18 +0000 (12:25 +0100)
committerJens Axboe <axboe@kernel.dk>
Fri, 23 Mar 2012 11:25:18 +0000 (12:25 +0100)
commit541632558a949e80f678d0d45bdeab5f9d3d4335
tree330ed095f5faa4fa3e7da805e10e523b42982dc4
parenta1e7972d96ce1482aa43c2fcafd81d6c7f3c44d2
server: idle a bit more of we are not expecting work

Don't wakeup every 100msec if we are not expecting an event
that wont already wakes up poll() automatically.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
server.c