File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -363,11 +363,12 @@ the :class:`Symfony\\Component\\RateLimiter\\Reservation` object returned by the
363363Storing Rate Limiter State
364364--------------------------
365365
366- All rate limiter policies require to store their state(e.g. how many hits were
366+ All rate limiter policies require to store their state (e.g. how many hits were
367367already made in the current time window). By default, all limiters use the
368368``cache.rate_limiter `` cache pool created with the :doc: `Cache component </cache >`.
369+ This means that every time you clear the cache, the rate limiter will be reset.
369370
370- Use the ``cache_pool `` option to override the cache used by a specific limiter
371+ You can use the ``cache_pool `` option to override the cache used by a specific limiter
371372(or even :ref: `create a new cache pool <cache-create-pools >` for it):
372373
373374.. configuration-block ::
You can’t perform that action at this time.
0 commit comments