From bf699351e165c1d0a60339dd54cdb94de33d294b Mon Sep 17 00:00:00 2001 From: Mystical <125946525+mystical-prog@users.noreply.github.com> Date: Tue, 4 Mar 2025 20:44:24 +0530 Subject: [PATCH] improved newsfragment description --- newsfragments/518.feature.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newsfragments/518.feature.rst b/newsfragments/518.feature.rst index deb06cff..28d41854 100644 --- a/newsfragments/518.feature.rst +++ b/newsfragments/518.feature.rst @@ -1 +1 @@ -implemented ``timed_cache`` module which will allow to implement ``seen_ttl`` configurable param for all pubsub and it's derived protocol. +implemented ``timed_cache`` module which will allow to implement ``seen_ttl`` configurable param for pubsub and protocols extending it.