commit | 1209033e46b3a4e93d9571911dc5c0b5daf5deba | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon May 14 02:11:39 2007 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon May 14 02:11:39 2007 +0200 |
tree | 47d4f45cc1fb2a172ef3954bbea37e6b312a704e | |
parent | fbfc053e34173651e35daa7a605a0a187c4d9609 [diff] |
[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.