mirror of
https://github.com/haproxy/haproxy.git
synced 2026-05-25 02:32:14 -04:00
DOC: fix typo on QUIC stream.max-concurrent reference
Add a missing "fe" prefix for the QUIC keyword reference in tune.streams-elasticity documentation.
This commit is contained in:
parent
05e65489cb
commit
b7c607e207
1 changed files with 3 additions and 3 deletions
|
|
@ -5740,9 +5740,9 @@ tune.streams-elasticity <number>
|
|||
values big enough to prevent extra latency on the connection. There is also a
|
||||
limitation for QUIC listeners with enabled 0-RTT. In this case, the initial
|
||||
value advertised to the peer will ignore stream elasticity and instead rely
|
||||
solely on the "tune.quic.stream.max-concurrent" setting. However, the stream
|
||||
elasticity principle will still be effective past this initial annoucement
|
||||
during the connection lifetime.
|
||||
solely on the "tune.quic.fe.stream.max-concurrent" setting. However, the
|
||||
stream elasticity principle will still be effective past this initial
|
||||
annoucement during the connection lifetime.
|
||||
|
||||
Monitoring the total number of active streams on backends, including queues,
|
||||
provides a practical indicator of a sustainable target load and helps avoid
|
||||
|
|
|
|||
Loading…
Reference in a new issue