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 0a73d27fc6a..9d70c9170c0 100644 --- a/docs/client_reference.rst +++ b/docs/client_reference.rst @@ -923,10 +923,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).