]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
ioloop: Use -1 for infinite poll/epoll timeout rather than INT_MAX.
authorTimo Sirainen <tss@iki.fi>
Wed, 26 Jan 2011 19:47:52 +0000 (21:47 +0200)
committerTimo Sirainen <tss@iki.fi>
Wed, 26 Jan 2011 19:47:52 +0000 (21:47 +0200)
commit562d0d9daf4a36c8434a217a02919017fddc1aa4
treeac1f8b5aa9851000b6d750e3832fca575efe8e96
parentc58c12049c883b281c088d47a2a7278c21c390e1
ioloop: Use -1 for infinite poll/epoll timeout rather than INT_MAX.
Should improve performance a tiny bit and also works around a CPU eater bug
in Linux 2.6.37.
src/lib/ioloop.c