mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
[AltStoreCore] Fixes DatabaseManager.startForPreview() deadlock
This commit is contained in:
@@ -192,7 +192,7 @@ public extension DatabaseManager
|
||||
}
|
||||
}
|
||||
|
||||
semaphore.wait()
|
||||
_ = semaphore.wait(timeout: .now() + 2.0)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user