Skip to content
Snippets Groups Projects
Unverified Commit 3a810f93 authored by Ahmad Farhat's avatar Ahmad Farhat Committed by GitHub
Browse files

Fix joining interval (#5494)

parent 8a33bd8b
No related branches found
No related tags found
No related merge requests found
...@@ -77,7 +77,7 @@ export default function JoinCard() { ...@@ -77,7 +77,7 @@ export default function JoinCard() {
} }
roomStatusAPI.mutate(data); roomStatusAPI.mutate(data);
const interval = setInterval(() => roomStatusAPI.mutate(data), 5000); const interval = setInterval(() => roomStatusAPI.mutate(data), 30000);
setJoinInterval(interval); setJoinInterval(interval);
}; };
const reset = () => { setHasStarted(false); };// Reset pipeline; const reset = () => { setHasStarted(false); };// Reset pipeline;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment