MINOR: task: place the heavy elements in TL_HEAVY
authorWilly Tarreau <w@1wt.eu>
Fri, 26 Feb 2021 09:13:40 +0000 (10:13 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 26 Feb 2021 11:00:53 +0000 (12:00 +0100)
commit826fa87246d2a8ae12525895f22655e7b9844682
tree6540b0062a7b9dc6b5a2280039d1ca1fd2e98f39
parent401135cee6d7ecb93aff2139faccd0c64d88c06e
MINOR: task: place the heavy elements in TL_HEAVY

Instead of placing heavy tasklets into the TL_BULK queue, we now place
them into the TL_HEAVY one, which is assigned a default weight of ~1%
load at once. This way heavy tasks will not block TL_BULK anymore.
src/task.c