commit | 1d57e508104ccd085c1e70d147edcba9f6960c1b | [log] [tgz] |
---|---|---|
author | Sergiy Prykhodko <pservit@gmail.com> | Sat Sep 21 12:05:00 2013 +0300 |
committer | Willy Tarreau <w@1wt.eu> | Mon Sep 23 08:49:50 2013 +0200 |
tree | 86a8544c4fb3236e6f743f94d81a9817a2fd1fb6 | |
parent | a33410cf94db24d3ec83003a40aeec62897cca97 [diff] |
BUG/MINOR: fix forcing fastinter in "on-error" health_adjust() should requeue the task after changing its expire timer. I noticed it on devel servers without load. We have long inter (10 seconds) and short fasinter (100ms). But according to webserver logs, after a failed request next check request was called with same 10s interval. This patch should probably be backported to 1.4 which has the same feature.