Skip to content

Commit

Permalink
increase streampreview load time
Browse files Browse the repository at this point in the history
  • Loading branch information
qnkhuat committed Jul 25, 2021
1 parent 4e2b827 commit b03f53d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/StreamPreview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const StreamPreview: FC<Props> = ({ title, wsUrl, streamerID, nViewers, startedT
// preview doesn't need to be live
setTimeout(() => {
ws.close();
}, 1000);
}, 2000);

}, [])

Expand Down

0 comments on commit b03f53d

Please sign in to comment.