Skip to content

Commit bb4825c

Browse files
committed
LYNX-199: Remove place order lock timeout
1 parent a2a0256 commit bb4825c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Quote/Model/QuoteManagement.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class QuoteManagement implements CartManagementInterface, ResetAfterRequestInter
5555
{
5656
private const LOCK_PREFIX = 'PLACE_ORDER_';
5757

58-
private const LOCK_TIMEOUT = 10;
58+
private const LOCK_TIMEOUT = 0;
5959

6060
/**
6161
* @var EventManager

0 commit comments

Comments
 (0)