]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Deprecated setRingBuffersLockRetries() 11883/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 1 Sep 2022 12:22:30 +0000 (14:22 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 1 Sep 2022 12:22:30 +0000 (14:22 +0200)
pdns/dnsdistdist/docs/reference/config.rst

index eb9117b8a5de062a3c0563d9b08283dbb0ecf258..82cf84142b7e9d190c022b95c994f8d4a95f85d5 100644 (file)
@@ -503,6 +503,9 @@ Ringbuffers
 
 .. function:: setRingBuffersLockRetries(num)
 
+  .. deprecated:: 1.8.0
+    Deprecated in 1.8.0 in favor of :func:`setRingBuffersOptions` which provides more options.
+
   Set the number of shards to attempt to lock without blocking before giving up and simply blocking while waiting for the next shard to be available
 
   :param int num: The maximum number of attempts. Defaults to 5 if there is more than one shard, 0 otherwise.