update rntp

This commit is contained in:
Violet Caulfield
2025-02-14 05:02:50 -06:00
parent 3c413ab0cc
commit 1702f2253c

View File

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