We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f8c5f8 + ef39db7 commit 0a258dbCopy full SHA for 0a258db
rate_limiter.rst
@@ -362,8 +362,9 @@ Storing Rate Limiter State
362
All rate limiter policies require to store their state (e.g. how many hits were
363
already made in the current time window). By default, all limiters use the
364
``cache.rate_limiter`` cache pool created with the :doc:`Cache component </cache>`.
365
+This means that every time you clear the cache, the rate limiter will be reset.
366
-Use the ``cache_pool`` option to override the cache used by a specific limiter
367
+You can use the ``cache_pool`` option to override the cache used by a specific limiter
368
(or even :ref:`create a new cache pool <cache-create-pools>` for it):
369
370
.. configuration-block::
0 commit comments