Skip to content

Commit 7922194

Browse files
committed
Added default values
1 parent 2906d38 commit 7922194

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

reference/configuration/framework.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1242,12 +1242,16 @@ Name of the rate limiter you want to create.
12421242
lock_factory
12431243
""""""""""""
12441244

1245+
**type**: ``string`` **default:** ``lock.factory``
1246+
12451247
The service that is used to create a lock. The service has to implement the
12461248
:class:`Symfony\\Component\\Lock\\LockFactoryInterface`.
12471249

12481250
policy
12491251
""""""
12501252

1253+
**type**: ``string`` **required**
1254+
12511255
The name of the rate limiting algorithm to use. Example names are ``fixed_window``,
12521256
``sliding_window`` and ``no_limit``. See :ref:`Rate Limiter Policies <rate-limiter-policies>`)
12531257
for more information.

0 commit comments

Comments
 (0)