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) }()