mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-06 15:23:12 +08:00
Update docker images to Alpine 3.21
This commit is contained in:
@@ -47,7 +47,7 @@ class GeolocationDbUpdater implements GeolocationDbUpdaterInterface
|
||||
}
|
||||
|
||||
$lock = $this->locker->createLock(self::LOCK_NAME);
|
||||
$lock->acquire(true); // Block until lock is released
|
||||
$lock->acquire(blocking: true);
|
||||
|
||||
try {
|
||||
return $this->downloadIfNeeded($downloadProgressHandler);
|
||||
|
||||
Reference in New Issue
Block a user