Skip to content

Commit

Permalink
fix: reduce cache duration from 6 hours to 3 hours
Browse files Browse the repository at this point in the history
  • Loading branch information
gokadzev committed Dec 23, 2024
1 parent 5cec0b2 commit ecccfc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/API/musify.dart
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ Future<AudioOnlyStreamInfo> getSongManifest(String songId) async {
}
}

const Duration _cacheDuration = Duration(hours: 6);
const Duration _cacheDuration = Duration(hours: 3);

Future<String> getSong(String songId, bool isLive) async {
try {
Expand Down

0 comments on commit ecccfc8

Please sign in to comment.