]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: spoe: Remove check on min_applets number when a SPOE context is queued
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 24 Jan 2018 14:49:45 +0000 (15:49 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 2 Feb 2018 15:00:32 +0000 (16:00 +0100)
commit420977903b28e3395cbe9dfabfaf8a8b72aeb4e7
tree68a4e869986e70aa92812b086d038223bb58585e
parent9cdca976d325cfc69a085b7d9e53ee1789a18a5b
MINOR: spoe: Remove check on min_applets number when a SPOE context is queued

The calculation of a minimal number of active applets was really empirical and
finally useless. On heavy load, there are always many active applets (most of
time, more than the minimal required) and when the load is low, there is no
reason to keep unused applets opened.

Because of this change, the flag SPOE_APPCTX_FL_PERSIST is now unused. So it has
been removed.
include/types/spoe.h
src/flt_spoe.c