From: Remi Gacogne Date: Tue, 24 Nov 2020 09:11:59 +0000 (+0100) Subject: dnsdist: Fix a typo (missing backquote) in the out-of-order docs X-Git-Tag: auth-4.5.0-alpha0~10^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=512673c46ab418bbf7950a37f3ad3c24c67d3fe8;p=thirdparty%2Fpdns.git dnsdist: Fix a typo (missing backquote) in the out-of-order docs --- diff --git a/pdns/dnsdistdist/docs/advanced/out-of-order.rst b/pdns/dnsdistdist/docs/advanced/out-of-order.rst index d48f7d79d7..f67d95dc97 100644 --- a/pdns/dnsdistdist/docs/advanced/out-of-order.rst +++ b/pdns/dnsdistdist/docs/advanced/out-of-order.rst @@ -9,7 +9,7 @@ to a backend simultaneously. If there is more queries pending, they will be proc has been sent for one of the already processed queries. Backends are assumed not to support out-of-order by default, so only query at a time will be sent over -a TCP connection to a backend, meaning that up to ``maxInFlight` connections to a backend might be needed +a TCP connection to a backend, meaning that up to ``maxInFlight`` connections to a backend might be needed to be able to process all accepted queries. Setting ``maxInFlight`` to a value greater than zero on :func:`newServer` changes that, and up to ``maxInFlight`` queries can be sent to a backend simultaneously over the same TCP connection. This of course requires the