commit | b106ce1c3dfe5aa4a9b97eb54a5478026a8bbd1f | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed May 22 08:57:01 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed May 22 11:50:48 2019 +0200 |
tree | 7efa272f08bbd6f9814c9daa9121f008e6efb5fa | |
parent | 2bfefdbaef55c435a843c48244da28cd178c561e [diff] |
MINOR: stream: remove the cpu time detection from process_stream() It was not as efficient as the watchdog in that it would only trigger after the problem resolved by itself, and still required a huge margin to make sure we didn't trigger for an invalid reason. This used to leave little indication about the cause. Better use the watchdog now and improve it if needed. The detector of unkillable tasks remains active though.