From fb49f84692c123efa1ecd7c14dc11ff053c1ab83 Mon Sep 17 00:00:00 2001 From: Pavel Filatov Date: Tue, 22 Oct 2019 00:08:34 +0300 Subject: [PATCH] [3.7] Updated the docs so there is no contradiction in ttl_dns_cache default value (#4241) (cherry picked from commit aee067dc) Co-authored-by: Pavel Filatov --- CHANGES/3512.doc | 1 + docs/client_reference.rst | 7 +++---- 2 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 CHANGES/3512.doc diff --git a/CHANGES/3512.doc b/CHANGES/3512.doc new file mode 100644 index 00000000000..9cea7460d98 --- /dev/null +++ b/CHANGES/3512.doc @@ -0,0 +1 @@ +Updated the docs so there is no contradiction in ttl_dns_cache default value diff --git a/docs/client_reference.rst b/docs/client_reference.rst index 83e40b146d6..d4d3820ae0b 100644 --- a/docs/client_reference.rst +++ b/docs/client_reference.rst @@ -1040,10 +1040,9 @@ TCPConnector :param int ttl_dns_cache: expire after some seconds the DNS entries, ``None`` means cached forever. By default 10 seconds. - By default DNS entries are cached forever, in some environments the IP - addresses related to a specific HOST can change after a specific time. Use - this option to keep the DNS cache updated refreshing each entry after N - seconds. + In some environments the IP addresses related to a specific HOST can + change after a specific time. Use this option to keep the DNS cache + updated refreshing each entry after N seconds. :param int limit: total number simultaneous connections. If *limit* is ``None`` the connector has no limit (default: 100).