Improved Station Notification

This commit is contained in:
PxlLoewe
2025-07-27 16:27:58 -07:00
parent 25f56026fc
commit f88b0bb56c
3 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ export const StatusToast = ({ event, t }: { event: StationStatus; t: Toast }) =>
const { data: livekitRooms } = useQuery({
queryKey: ["livekit-rooms"],
queryFn: () => getLivekitRooms(),
refetchInterval: 10000,
refetchInterval: 5000,
});
const audioRoom = useAudioStore((s) => s.room?.name);