Skip to content

Commit

Permalink
Fix cache
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanov91 committed Jul 6, 2023
1 parent bb6c5a8 commit c3eac1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@

import Foundation

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

0 comments on commit c3eac1d

Please sign in to comment.