mirror of
https://github.com/immich-app/immich.git
synced 2026-03-26 11:50:53 +03:00
bump concurrency
This commit is contained in:
@@ -31,7 +31,7 @@ class RemoteImageApiImpl: NSObject, RemoteImageApi {
|
|||||||
diskCapacity: 1 << 30,
|
diskCapacity: 1 << 30,
|
||||||
directory: thumbnailPath
|
directory: thumbnailPath
|
||||||
)
|
)
|
||||||
config.httpMaximumConnectionsPerHost = 16
|
config.httpMaximumConnectionsPerHost = 64
|
||||||
return URLSession(configuration: config, delegate: delegate, delegateQueue: nil)
|
return URLSession(configuration: config, delegate: delegate, delegateQueue: nil)
|
||||||
}()
|
}()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user