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 0b16848 commit ae7549cCopy full SHA for ae7549c
lib/internal/Magento/Framework/Lock/Backend/Database.php
@@ -25,7 +25,7 @@ class Database implements \Magento\Framework\Lock\LockManagerInterface
25
* MariaDB does not support negative timeout value to get infinite timeout,
26
* so we set 1 week for lock timeout
27
*/
28
- private const MAX_LOCK_TIME = 604800;
+ const MAX_LOCK_TIME = 604800;
29
30
/**
31
* @var ResourceConnection
0 commit comments