mirror of
https://github.com/zhigang1992/AndroidVideoCache.git
synced 2026-03-06 22:32:57 +08:00
fix default cache size
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user