Increasing video cache from 90 to 150MB
This commit is contained in:
@@ -12,7 +12,7 @@ import java.io.File
|
|||||||
|
|
||||||
@UnstableApi object VideoCache {
|
@UnstableApi object VideoCache {
|
||||||
|
|
||||||
var exoPlayerCacheSize: Long = 90 * 1024 * 1024 // 90MB
|
var exoPlayerCacheSize: Long = 150 * 1024 * 1024 // 90MB
|
||||||
|
|
||||||
var leastRecentlyUsedCacheEvictor = LeastRecentlyUsedCacheEvictor(exoPlayerCacheSize)
|
var leastRecentlyUsedCacheEvictor = LeastRecentlyUsedCacheEvictor(exoPlayerCacheSize)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user