mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Decrease parallel queue count
This commit is contained in:
@@ -707,7 +707,7 @@ public final class AnimationCacheImpl: AnimationCache {
|
||||
|
||||
let fetchQueueCount: Int
|
||||
if ProcessInfo.processInfo.activeProcessorCount > 2 {
|
||||
fetchQueueCount = 4
|
||||
fetchQueueCount = 3
|
||||
} else {
|
||||
fetchQueueCount = 2
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user