]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: config: make the tasks "nice" value configurable on "bind" lines.
authorWilly Tarreau <w@1wt.eu>
Thu, 6 Sep 2012 12:26:36 +0000 (14:26 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 6 Sep 2012 12:28:58 +0000 (14:28 +0200)
commit50acaaae5e2a49717e61bab57bc993f142a2d58d
treef72e1a98d96a359df524a068ba111099cbaed262
parent58363cf1931eff0d361c2d357c4d1bf379b4324e
MINOR: config: make the tasks "nice" value configurable on "bind" lines.

This is very convenient to reduce SSL processing priority compared to
other traffic. This applies to CPU usage only, but has a direct impact
on latency under congestion.
doc/configuration.txt
src/cfgparse.c