uypdate rntp max cache size

This commit is contained in:
Violet Caulfield
2025-02-14 04:41:36 -06:00
parent b0afb91f93
commit 6f2868e2ef

View File

@@ -20,6 +20,7 @@ export const useSetupPlayer = () => useQuery({
queryFn: () => {
return TrackPlayer.setupPlayer({
autoHandleInterruptions: true,
maxCacheSize: 1000 * 500, // 500MB
iosCategory: IOSCategory.Playback,
iosCategoryOptions: [
IOSCategoryOptions.AllowAirPlay,