Decrease parallel queue count

This commit is contained in:
Ali
2022-06-24 02:49:58 +01:00
parent 2e71c1fa5e
commit 7915027523

View File

@@ -707,7 +707,7 @@ public final class AnimationCacheImpl: AnimationCache {
let fetchQueueCount: Int
if ProcessInfo.processInfo.activeProcessorCount > 2 {
fetchQueueCount = 4
fetchQueueCount = 3
} else {
fetchQueueCount = 2
}