mirror of
https://github.com/immich-app/immich.git
synced 2026-03-26 20:00:44 +03:00
re-enable cache
This commit is contained in:
@@ -28,7 +28,7 @@ class RemoteImageApiImpl: NSObject, RemoteImageApi {
|
||||
try! FileManager.default.createDirectory(at: thumbnailPath, withIntermediateDirectories: true)
|
||||
config.urlCache = URLCache(
|
||||
memoryCapacity: 0,
|
||||
diskCapacity: 0,
|
||||
diskCapacity: 1 << 30,
|
||||
directory: thumbnailPath
|
||||
)
|
||||
config.httpMaximumConnectionsPerHost = 16
|
||||
|
||||
Reference in New Issue
Block a user