]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
daemon/README.rst: add warning about net.tcp_pipeline()
authorTomas Krizek <tomas.krizek@nic.cz>
Mon, 29 Oct 2018 15:18:56 +0000 (16:18 +0100)
committerTomas Krizek <tomas.krizek@nic.cz>
Tue, 30 Oct 2018 14:54:56 +0000 (15:54 +0100)
daemon/README.rst

index 34d5c93fed040ee54b94d8a083e6ef7794057862..f235a44be61b00ebecc9c0c5bd46d5a7f2ad1c50 100644 (file)
@@ -555,6 +555,8 @@ configured in the config file.
       > net.tcp_pipeline(50)
       50
 
+   .. warning:: Please note that too large limit may have negative impact on performance and can lead to increased number of SERVFAIL answers.
+
 .. function:: net.outgoing_v4([string address])
 
    Get/set the IPv4 address used to perform queries.  There is also ``net.outgoing_v6`` for IPv6.