Skip to content

Commit ee02bf1

Browse files
committed
Merge branch '5.2' into 5.x
* 5.2: [Lock] Remove tip about the RetryTillSaveStore
2 parents 8190b74 + 2472528 commit ee02bf1

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

reference/configuration/framework.rst

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3097,18 +3097,6 @@ name
30973097

30983098
Name of the lock you want to create.
30993099

3100-
.. tip::
3101-
3102-
If you want to use the `RetryTillSaveStore` for :ref:`non-blocking locks <lock-blocking-locks>`,
3103-
you can do it by :doc:`decorating the store </service_container/service_decoration>` service:
3104-
3105-
.. code-block:: yaml
3106-
3107-
lock.invoice.retry_till_save.store:
3108-
class: Symfony\Component\Lock\Store\RetryTillSaveStore
3109-
decorates: lock.invoice.store
3110-
arguments: ['@.inner', 100, 50]
3111-
31123100
mailer
31133101
~~~~~~
31143102

0 commit comments

Comments
 (0)