Skip to content

Commit

Permalink
Fix diskCapacity #patch
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanov91 committed Sep 28, 2024
1 parent 3bbe645 commit 3dfecf0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
import Foundation

public extension URLCache {
static let imageCache = URLCache(memoryCapacity: 512_000_000, diskCapacity: 10_000_000_000)
static let imageCache = URLCache(memoryCapacity: 512_000_000, diskCapacity: 1_000_000_000)
}

0 comments on commit 3dfecf0

Please sign in to comment.