mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-05-04 20:46:11 +02:00
REGTEST: fix a spurious "nbthread 4" in the connection test
Commit 26f6ae12c ("MAJOR: config: disable support for nbproc and nbthread
in parallel") revealed that there was accidently nbproc+nbthread in this
test while nbproc is the one expected. This likely is a leftover from a
previous attempt at reproducing the issue.
This commit is contained in:
parent
ac35093a19
commit
8ae37d8a7b
@ -22,7 +22,6 @@ syslog Slog_1 -repeat 8 -level info {
|
||||
haproxy h1 -conf {
|
||||
global
|
||||
nbproc 4
|
||||
nbthread 4
|
||||
tune.ssl.default-dh-param 2048
|
||||
stats bind-process 1
|
||||
log ${Slog_1_addr}:${Slog_1_port} len 2048 local0 debug err
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user