mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Decrease parallel queue count
This commit is contained in:
parent
2e71c1fa5e
commit
7915027523
1 changed files with 1 additions and 1 deletions
|
|
@ -707,7 +707,7 @@ public final class AnimationCacheImpl: AnimationCache {
|
|||
|
||||
let fetchQueueCount: Int
|
||||
if ProcessInfo.processInfo.activeProcessorCount > 2 {
|
||||
fetchQueueCount = 4
|
||||
fetchQueueCount = 3
|
||||
} else {
|
||||
fetchQueueCount = 2
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue