File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -461,9 +461,10 @@ simultaneous requests (e.g. three servers of a company hitting your API at the
461461same time). Rate limiters use :doc: `locks </lock >` to protect their operations
462462against these race conditions.
463463
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):
464+ By default, if the :doc: `lock </lock >` component is installed, Symfony uses the
465+ global lock configured by ``framework.lock ``, but you can use a specific
466+ :ref: `named lock <lock-named-locks >` via the ``lock_factory `` option (or none
467+ at all):
467468
468469.. configuration-block ::
469470
You can’t perform that action at this time.
0 commit comments