Skip to content

Commit

Permalink
Fix Caching documentation. (#6247)
Browse files Browse the repository at this point in the history
  • Loading branch information
G00fY2 committed Sep 4, 2020
1 parent 45010c5 commit 1589741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/caching.md
Expand Up @@ -12,7 +12,7 @@ server behaviour when ambiguous.
.cache(Cache(
directory = File(application.cacheDir, "http_cache"),
// $0.05 worth of phone storage in 2020
maxSize = 50L * 1024L * 1024L // 10 MiB
maxSize = 50L * 1024L * 1024L // 50 MiB
))
.build()
```
Expand Down

0 comments on commit 1589741

Please sign in to comment.