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 a2a0256 commit bb4825cCopy full SHA for bb4825c
app/code/Magento/Quote/Model/QuoteManagement.php
@@ -55,7 +55,7 @@ class QuoteManagement implements CartManagementInterface, ResetAfterRequestInter
55
{
56
private const LOCK_PREFIX = 'PLACE_ORDER_';
57
58
- private const LOCK_TIMEOUT = 10;
+ private const LOCK_TIMEOUT = 0;
59
60
/**
61
* @var EventManager
0 commit comments