]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: compression: CPU usage limit
authorWilliam Lallemand <wlallemand@exceliance.fr>
Tue, 20 Nov 2012 16:01:01 +0000 (17:01 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 21 Nov 2012 01:15:16 +0000 (02:15 +0100)
commit072a2bf537fb58dc43a4f7d2b794024e4756313f
treece1a8341f343cb830d75baa22ac5dee5b558df8b
parent050974447f256c060739a95d12425f946da49b53
MINOR: compression: CPU usage limit

New option 'maxcompcpuusage' in global section.
Sets the maximum CPU usage HAProxy can reach before stopping the
compression for new requests or decreasing the compression level of
current requests.  It works like 'maxcomprate' but with the Idle.
doc/configuration.txt
include/proto/compression.h
src/cfgparse.c
src/compression.c
src/proto_http.c