mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-01-13 17:20:52 +00:00
REGTEST: Fix a typo about barrier type.
Fix a typo, furthermore there is no reason to use a barrier with "sock" as type which are more varnish cache specific: used to synchronize the VCL.
This commit is contained in:
parent
a3b4cbff7b
commit
3b3a883171
@ -18,7 +18,7 @@ feature ignore_unknown_macro
|
||||
# before enabling the servers.
|
||||
|
||||
# Cyclic barrier to synchonize the CLI with the syslog servers
|
||||
barrier b1 sock 5 -cyclic
|
||||
barrier b1 cond 5 -cyclic
|
||||
|
||||
# These servers are there only for the health-check test.
|
||||
server s1 {
|
||||
|
Loading…
Reference in New Issue
Block a user