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.
2 parents 8190b74 + 2472528 commit ee02bf1Copy full SHA for ee02bf1
reference/configuration/framework.rst
@@ -3097,18 +3097,6 @@ name
3097
3098
Name of the lock you want to create.
3099
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
3112
mailer
3113
~~~~~~
3114
0 commit comments