diff --git a/src/Core/Update.php b/src/Core/Update.php index 4d65f549a0..a640d5ec2f 100644 --- a/src/Core/Update.php +++ b/src/Core/Update.php @@ -113,7 +113,7 @@ class Update // Compare the current structure with the defined structure // If the Lock is acquired, never release it automatically to avoid double updates - if (DI::lock()->acquire('dbupdate', 120, Cache\Duration::INFINITE)) { + if (DI::lock()->acquire('dbupdate', 0, Cache\Duration::INFINITE)) { Logger::notice('Update starting.', ['from' => $stored, 'to' => $current]);