Skip to content

Commit 7eb064c

Browse files
authored
[Lock] Remove tip about the RetryTillSaveStore
1 parent 8c0d93d commit 7eb064c

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
@@ -3090,18 +3090,6 @@ name
30903090

30913091
Name of the lock you want to create.
30923092

3093-
.. tip::
3094-
3095-
If you want to use the `RetryTillSaveStore` for :ref:`non-blocking locks <lock-blocking-locks>`,
3096-
you can do it by :doc:`decorating the store </service_container/service_decoration>` service:
3097-
3098-
.. code-block:: yaml
3099-
3100-
lock.invoice.retry_till_save.store:
3101-
class: Symfony\Component\Lock\Store\RetryTillSaveStore
3102-
decorates: lock.invoice.store
3103-
arguments: ['@.inner', 100, 50]
3104-
31053093
mailer
31063094
~~~~~~
31073095

0 commit comments

Comments
 (0)