We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5eaa22b + 5c68371 commit ef39db7Copy full SHA for ef39db7
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