We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c0d93d commit 7eb064cCopy full SHA for 7eb064c
reference/configuration/framework.rst
@@ -3090,18 +3090,6 @@ name
3090
3091
Name of the lock you want to create.
3092
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
3105
mailer
3106
~~~~~~
3107
0 commit comments