]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
clarify that we restart the entire pdns on a queue overfill
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Tue, 3 Sep 2024 07:04:30 +0000 (09:04 +0200)
committerGitHub <noreply@github.com>
Tue, 3 Sep 2024 07:04:30 +0000 (09:04 +0200)
Co-authored-by: Otto Moerbeek <otto.moerbeek@open-xchange.com>
docs/performance.rst

index 10a6bcddd5ecb60c78f9f87b999f6b2487d8dab6..cc2a473621d80f1b0dc60a08bea20f4fe65f4f5f 100644 (file)
@@ -66,7 +66,7 @@ This number is a total over all receiver threads.
 
 The :ref:`setting-max-queue-length` and :ref:`setting-overload-queue-length` settings determine how PowerDNS deals with growing queues.
 If the queue for a single receiver thread (and its associated distributor threads) grows beyond the ``overload`` number, queries are answered only from the packet cache so the database can hopefully recover.
-If we reach the ``max`` number, we consider the situation hopeless and respawn.
+If we reach the ``max`` number, we consider the situation hopeless and respawn the server process.
 
 The value of :ref:`setting-queue-limit` should be set to only keep queries in
 queue for as long as someone would be interested in knowing the answer. Many