We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd0b411 commit 582832fCopy full SHA for 582832f
1 file changed
library/src/main/java/com/danikula/videocache/HttpProxyCacheServer.java
@@ -359,7 +359,7 @@ public Boolean call() throws Exception {
359
*/
360
public static final class Builder {
361
362
- private static final long DEFAULT_MAX_SIZE = 512 * 104 * 1024;
+ private static final long DEFAULT_MAX_SIZE = 512 * 1024 * 1024;
363
364
private File cacheRoot;
365
private FileNameGenerator fileNameGenerator;
0 commit comments