From 9a8686aee042ba55155de224c4072ca511f92eca Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Wed, 25 Aug 2021 10:58:54 +0900 Subject: Deprecate ineffective [memcache] options These options were used by the memcache_pool backend for token persistence, which was removed during Pike cycle. Closes-Bug: #1941020 Change-Id: I2a0c2d46ebe81728f4ba0ff6d3072348e70f92dd --- releasenotes/notes/bug-1941020-f694395a9bcea72f.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 releasenotes/notes/bug-1941020-f694395a9bcea72f.yaml (limited to 'releasenotes') diff --git a/releasenotes/notes/bug-1941020-f694395a9bcea72f.yaml b/releasenotes/notes/bug-1941020-f694395a9bcea72f.yaml new file mode 100644 index 000000000..179455225 --- /dev/null +++ b/releasenotes/notes/bug-1941020-f694395a9bcea72f.yaml @@ -0,0 +1,11 @@ +--- +deprecations: + - | + The following options in the ``[memcache]`` section have been deprecated + because these options have had no effect since Pike. Please use + ``memcache_*`` options in the ``[cache]`` section instead. + + - ``dead_retry`` + - ``pool_maxsize`` + - ``pool_unused_timeout`` + - ``pool_connection_get_timeout`` -- cgit v1.2.1