Skip to content

Commit

Permalink
chore: increase default max video cache to 4gb
Browse files Browse the repository at this point in the history
muhehe
  • Loading branch information
MSOB7YY committed Jun 25, 2024
1 parent 2cccb65 commit 3bb2e12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/controller/settings_controller.dart
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ class SettingsController with SettingsFileWriter {
final isTrackPlayedSecondsCount = 40.obs;
final isTrackPlayedPercentageCount = 40.obs;
final waveformTotalBars = 140.obs;
final videosMaxCacheInMB = (2 * 1024).obs; // 2GB
final videosMaxCacheInMB = (4 * 1024).obs; // 4GB
final audiosMaxCacheInMB = (2 * 1024).obs; // 2GB
final imagesMaxCacheInMB = (8 * 32).obs; // 256 MB
final ytMiniplayerDimAfterSeconds = 15.obs;
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: namida
description: A Beautiful and Feature-rich Music Player, With YouTube & Video Support Built in Flutter
publish_to: "none"
version: 2.8.0-beta+240624182
version: 2.8.05-beta+240625124

environment:
sdk: ">=3.4.0 <4.0.0"
Expand Down

0 comments on commit 3bb2e12

Please sign in to comment.