diff --git a/src/frontend/src/features/rooms/components/LobbyProvider.tsx b/src/frontend/src/features/rooms/components/LobbyProvider.tsx index edbdcbe1..8e95e449 100644 --- a/src/frontend/src/features/rooms/components/LobbyProvider.tsx +++ b/src/frontend/src/features/rooms/components/LobbyProvider.tsx @@ -37,7 +37,7 @@ export const LobbyProvider = () => { if (isParticipantsOpen) return POLL_INTERVAL_MS return LAZY_POLL_INTERVAL_MS }, - refetchIntervalInBackground: true, + refetchIntervalInBackground: false, }) // Triggers: each one-shot, idempotent, deduped by React Query if