Skip to content

Commit 582832f

Browse files
wlqdanikula
authored andcommitted
fix default cache size
1 parent cd0b411 commit 582832f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/main/java/com/danikula/videocache/HttpProxyCacheServer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ public Boolean call() throws Exception {
359359
*/
360360
public static final class Builder {
361361

362-
private static final long DEFAULT_MAX_SIZE = 512 * 104 * 1024;
362+
private static final long DEFAULT_MAX_SIZE = 512 * 1024 * 1024;
363363

364364
private File cacheRoot;
365365
private FileNameGenerator fileNameGenerator;

0 commit comments

Comments
 (0)