提交 eb8faebc 编写于 作者: G guoshuyu

fix #3009 maxCacheSize

上级 b0efc902
......@@ -180,6 +180,7 @@ public class ProxyCacheManager implements ICacheManager, CacheListener {
*/
public HttpProxyCacheServer newProxy(Context context) {
return new HttpProxyCacheServer.Builder(context.getApplicationContext())
.maxCacheSize(DEFAULT_MAX_SIZE)
.headerInjector(userAgentHeadersInjector).build();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册