From 15c9eb12a842f539849642e294128ea158070b50 Mon Sep 17 00:00:00 2001 From: mertalev <101130780+mertalev@users.noreply.github.com> Date: Thu, 22 Jan 2026 17:52:06 -0500 Subject: [PATCH] bump concurrency --- mobile/ios/Runner/Images/RemoteImagesImpl.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/ios/Runner/Images/RemoteImagesImpl.swift b/mobile/ios/Runner/Images/RemoteImagesImpl.swift index a290487207..0e1da6c234 100644 --- a/mobile/ios/Runner/Images/RemoteImagesImpl.swift +++ b/mobile/ios/Runner/Images/RemoteImagesImpl.swift @@ -31,7 +31,7 @@ class RemoteImageApiImpl: NSObject, RemoteImageApi { diskCapacity: 1 << 30, directory: thumbnailPath ) - config.httpMaximumConnectionsPerHost = 16 + config.httpMaximumConnectionsPerHost = 64 return URLSession(configuration: config, delegate: delegate, delegateQueue: nil) }()