We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ece739 commit d49c1d7Copy full SHA for d49c1d7
reference/configuration/framework.rst
@@ -1179,10 +1179,9 @@ rate_limiter
1179
1180
**type**: ``string``
1181
1182
-This option limit the number of requests within a certain period thanks
1183
-to the :doc:`Rate Limiter component </rate_limiter>`.
1184
-
1185
-The rate limiter service ID you want to use.
+The service ID of the rate limiter used to limit the number of HTTP requests
+within a certain period. The service must implement the
+:class:`Symfony\\Component\\RateLimiter\\LimiterInterface`.
1186
1187
.. versionadded:: 7.1
1188
0 commit comments