We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
lock_factory
auto
1 parent 9ebfea8 commit eb5f908Copy full SHA for eb5f908
rate_limiter.rst
@@ -461,9 +461,10 @@ simultaneous requests (e.g. three servers of a company hitting your API at the
461
same time). Rate limiters use :doc:`locks </lock>` to protect their operations
462
against these race conditions.
463
464
-By default, Symfony uses the global lock configured by ``framework.lock``, but
465
-you can use a specific :ref:`named lock <lock-named-locks>` via the
466
-``lock_factory`` option (or none at all):
+By default, if the :doc:`lock </lock>` component is installed, Symfony uses the
+global lock configured by ``framework.lock``, but you can use a specific
+:ref:`named lock <lock-named-locks>` via the ``lock_factory`` option (or none
467
+at all):
468
469
.. configuration-block::
470
0 commit comments