Skip to content

Commit

Permalink
Increasing video cache from 90 to 150MB
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorpamplona committed Sep 25, 2023
1 parent 288d80d commit 69d7e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/vitorpamplona/amethyst/VideoCache.kt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import java.io.File

@UnstableApi object VideoCache {

var exoPlayerCacheSize: Long = 90 * 1024 * 1024 // 90MB
var exoPlayerCacheSize: Long = 150 * 1024 * 1024 // 90MB

var leastRecentlyUsedCacheEvictor = LeastRecentlyUsedCacheEvictor(exoPlayerCacheSize)

Expand Down

0 comments on commit 69d7e82

Please sign in to comment.