mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Implement Metal rendering
This commit is contained in:
@@ -170,7 +170,7 @@ private final class TimeBasedCleanupImpl {
|
||||
let generalPaths = self.generalPaths
|
||||
let shortLivedPaths = self.shortLivedPaths
|
||||
let scanOnce = Signal<Never, NoError> { subscriber in
|
||||
DispatchQueue.global(qos: .utility).async {
|
||||
DispatchQueue.global(qos: .background).async {
|
||||
var removedShortLivedCount: Int = 0
|
||||
var removedGeneralCount: Int = 0
|
||||
var removedGeneralLimitCount: Int = 0
|
||||
|
||||
Reference in New Issue
Block a user