]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: global: add a new "thread-groups" directive
authorWilly Tarreau <w@1wt.eu>
Wed, 22 Sep 2021 10:07:23 +0000 (12:07 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 8 Oct 2021 15:22:26 +0000 (17:22 +0200)
commitc33b969e352660f84ec4852877968ed29f224526
treee053e88aeb7a12d6b744c59c01f14f04534c9acb
parentf9662848f22bac1f8a10ac6a28e7bb39b0ae94a0
MINOR: global: add a new "thread-groups" directive

This is used to configure the number of thread groups. For now it can
only be 1.
doc/configuration.txt
include/haproxy/global-t.h
src/cfgparse.c
src/thread.c