Skip to content

Commit b18545d

Browse files
committed
Reduce poll interval to 1 min
1 parent 0c787b9 commit b18545d

File tree

1 file changed

+1
-1
lines changed
  • frontend/src/components/blocks/live-streaming-section

1 file changed

+1
-1
lines changed

frontend/src/components/blocks/live-streaming-section/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export const LiveStreamingSection = () => {
3232
variables: {
3333
code: process.env.conferenceCode,
3434
},
35-
pollInterval: 1000 * 60 * 3,
35+
pollInterval: 1000 * 60,
3636
});
3737
const [currentRoom, setCurrentRoom] = useState(currentDay?.rooms?.[0]);
3838

0 commit comments

Comments
 (0)