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 2906d38 commit 7922194Copy full SHA for 7922194
reference/configuration/framework.rst
@@ -1242,12 +1242,16 @@ Name of the rate limiter you want to create.
1242
lock_factory
1243
""""""""""""
1244
1245
+**type**: ``string`` **default:** ``lock.factory``
1246
+
1247
The service that is used to create a lock. The service has to implement the
1248
:class:`Symfony\\Component\\Lock\\LockFactoryInterface`.
1249
1250
policy
1251
""""""
1252
1253
+**type**: ``string`` **required**
1254
1255
The name of the rate limiting algorithm to use. Example names are ``fixed_window``,
1256
``sliding_window`` and ``no_limit``. See :ref:`Rate Limiter Policies <rate-limiter-policies>`)
1257
for more information.
0 commit comments