commit | 0d858446b62d40f9c7a932b5a491ccbcaaeb9c5c | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Apr 12 15:25:04 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Apr 12 15:54:03 2019 +0200 |
tree | a12c1f6e5190d33d00ff9f70c801f37e28bd099f | |
parent | 587a8130b129053cc9b402474004e7de4c3d79ac [diff] |
BUG/MINOR: listener: renice the accept ring processing task It is not acceptable that the accept queues are handled with a normal priority since they are supposed to quickly dispatch the incoming traffic, resulting in tasks which will have their respective nice values and place in the queue. Let's renice the accept ring tasks to -1024. No backport is needed, this is strictly 2.0.