increase cache size & dont cache full size media (#710)
This commit is contained in:
parent
f50cac4b0c
commit
aa5eb9f99a
2 changed files with 2 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ public class OkHttpUtils {
|
|||
specList.add(fallback);
|
||||
specList.add(ConnectionSpec.CLEARTEXT);
|
||||
|
||||
int cacheSize = 10*1024*1024; // 10 MiB
|
||||
int cacheSize = 25*1024*1024; // 25 MiB
|
||||
|
||||
OkHttpClient.Builder builder = new OkHttpClient.Builder()
|
||||
.addInterceptor(getUserAgentInterceptor())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue