From 77f5386baecaa390c7036f3529e9f59451dea225 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Thu, 22 Sep 2022 17:12:22 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Matt Nordhoff --- pdns/recursordist/docs/upgrade.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pdns/recursordist/docs/upgrade.rst b/pdns/recursordist/docs/upgrade.rst index 766e90a68d..2f8d95487a 100644 --- a/pdns/recursordist/docs/upgrade.rst +++ b/pdns/recursordist/docs/upgrade.rst @@ -18,15 +18,15 @@ New settings ^^^^^^^^^^^^ - The :ref:`setting-max-ns-per-resolve` setting to limit the number of NS records processed to resolve a name has been introduced. - The :ref:`setting-serve-stale-extensions` setting to control the new ``Serve Stale`` feature has been introduced. -- The :ref:`setting record-cache-locked-ttl-perc` settinsg to control locking of records sets in the record cache has been introduced. -- The :ref:`setting-edns-padding-out` settings to control EDNS padding for outgoing DoT has been introduced. +- The :ref:`setting record-cache-locked-ttl-perc` setting to control locking of record sets in the record cache has been introduced. +- The :ref:`setting-edns-padding-out` setting to control EDNS padding for outgoing DoT has been introduced. - The :ref:`setting-structured-logging-backend` setting to control the type of structiured logging to ``journald`` has been introduced. :program:`rec_control` changes ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The ``dump-throttle`` and ``dump-edns`` subcommands no longer produces a table per thread, as the corresponding tables are now shared by all threads. Additionally, the ``dump-edns`` command now only lists IPs that have a not OK status. -The ``dump-nsspeeds`` command has changed format to make it more readbale and lists the last round trip time recorded for each address. +The ``dump-nsspeeds`` command has changed format to make it more readable and lists the last round trip time recorded for each address. 4.7.2 to 4.7.3 -------------- -- 2.47.2