Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/build/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ Changelog

:paramref:`.PyMemcacheBackend.hashclient_retry_timeout`

:paramref:`.PyMemcacheBackend.dead_timeout`
:paramref:`.PyMemcacheBackend.hashclient_dead_timeout`

.. changelog::
:version: 1.1.4
Expand Down
4 changes: 2 additions & 2 deletions dogpile/cache/backends/memcached.py
Original file line number Diff line number Diff line change
Expand Up @@ -560,8 +560,8 @@ class PyMemcacheBackend(GenericMemcachedBackend):

.. versionadded:: 1.1.5

:param dead_timeout: Time in seconds before attempting to add a node
back in the pool in the HashClient's internal mechanisms.
:param hashclient_dead_timeout: Time in seconds before attempting to add
a node back in the pool in the HashClient's internal mechanisms.

.. versionadded:: 1.1.5

Expand Down