diff --git a/submodules/TelegramUI/Components/AnimationCache/Sources/AnimationCache.swift b/submodules/TelegramUI/Components/AnimationCache/Sources/AnimationCache.swift index 96c6211985..4b03fb865c 100644 --- a/submodules/TelegramUI/Components/AnimationCache/Sources/AnimationCache.swift +++ b/submodules/TelegramUI/Components/AnimationCache/Sources/AnimationCache.swift @@ -707,7 +707,7 @@ public final class AnimationCacheImpl: AnimationCache { let fetchQueueCount: Int if ProcessInfo.processInfo.activeProcessorCount > 2 { - fetchQueueCount = 4 + fetchQueueCount = 3 } else { fetchQueueCount = 2 }