[MINOR] disable useless hint in wake_expired_tasks
authorWilly Tarreau <w@1wt.eu>
Mon, 14 May 2007 00:11:39 +0000 (02:11 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 14 May 2007 00:11:39 +0000 (02:11 +0200)
commit1209033e46b3a4e93d9571911dc5c0b5daf5deba
tree47d4f45cc1fb2a172ef3954bbea37e6b312a704e
parentfbfc053e34173651e35daa7a605a0a187c4d9609
[MINOR] disable useless hint in wake_expired_tasks

wake_expired_tasks() used a hint to avoid scanning the tree in most cases,
but it looks like the hint is more expensive than reaching the first node
in the tree. Disable it for now.
src/task.c