Skip to content

Commit

Permalink
Fixing example
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarques33 authored Dec 13, 2019
1 parent 9b68eca commit e642cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/recipes.md
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ Response caching uses HTTP headers for all configuration. You can add request he
private val client: OkHttpClient = OkHttpClient.Builder()
.cache(Cache(
directory = cacheDirectory,
maxSize = 10L * 1024L * 1024L // 1 MiB
maxSize = 10L * 1024L * 1024L // 10 MiB
))
.build()

Expand Down

0 comments on commit e642cb8

Please sign in to comment.