]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Update docs/guides/basic-database.rst 14765/head
authorBruce Elrick <Bruce.Elrick@elrick.ca>
Thu, 10 Oct 2024 19:15:39 +0000 (13:15 -0600)
committerBruce Elrick <Bruce.Elrick@elrick.ca>
Fri, 11 Oct 2024 14:48:43 +0000 (08:48 -0600)
docs/guides/basic-database.rst

index d8c75ad22f725b21f9092c0dea947e6ef9eb3c6f..15afac0091a25852074f15c237a17a3cdc6838ed 100644 (file)
@@ -91,7 +91,9 @@ If we now requery our database, ``www.example.com`` should be present::
 
 If this is not the output you get, remove ``+short`` to see the full output so you can find out what went wrong.
 The first problem could be that PowerDNS has a :ref:`packet-cache` and a :ref:`query-cache` performance reasons.
-If you see old, or no, data right after changing records, wait for :ref:`setting-cache-ttl`, or :ref:`setting-negquery-cache-ttl`, or :ref:`setting-query-cache-ttl`.
+If you see old, or no, data right after changing records, wait for :ref:`setting-cache-ttl`, 
+:ref:`setting-negquery-cache-ttl`, :ref:`setting-query-cache-ttl`, or :ref:`zone-cache-refresh-interval`
+to expire before testing.
 
 Now, run ``pdnsutil edit-zone example.com`` and try to add a few more records, and query them with dig to make sure they work.