fix default cache size

This commit is contained in:
wlq
2016-02-15 10:29:49 +08:00
committed by Alexey Danilov
parent cd0b4111a4
commit 582832f8b5

View File

@@ -359,7 +359,7 @@ public class HttpProxyCacheServer {
*/
public static final class Builder {
private static final long DEFAULT_MAX_SIZE = 512 * 104 * 1024;
private static final long DEFAULT_MAX_SIZE = 512 * 1024 * 1024;
private File cacheRoot;
private FileNameGenerator fileNameGenerator;