Skip to content

Commit ad86890

Browse files
committed
Merge branch '6.1' into 6.2
* 6.1: Adding info about clearing cache
2 parents 9762db6 + 0a258db commit ad86890

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rate_limiter.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -362,8 +362,9 @@ Storing Rate Limiter State
362362
All rate limiter policies require to store their state (e.g. how many hits were
363363
already made in the current time window). By default, all limiters use the
364364
``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.
365366

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
367368
(or even :ref:`create a new cache pool <cache-create-pools>` for it):
368369

369370
.. configuration-block::

0 commit comments

Comments
 (0)