From 732e77426126fda43a4cce035511968e14c53d89 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Thu, 1 Sep 2022 14:22:30 +0200 Subject: [PATCH] dnsdist: Deprecated setRingBuffersLockRetries() --- pdns/dnsdistdist/docs/reference/config.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pdns/dnsdistdist/docs/reference/config.rst b/pdns/dnsdistdist/docs/reference/config.rst index eb9117b8a5..82cf84142b 100644 --- a/pdns/dnsdistdist/docs/reference/config.rst +++ b/pdns/dnsdistdist/docs/reference/config.rst @@ -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. -- 2.47.2