We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c834139 commit 9031715Copy full SHA for 9031715
components/session-view.tsx
@@ -75,7 +75,7 @@ export const SessionView = ({
75
});
76
room.disconnect();
77
}
78
- }, 10_000);
+ }, 20_000);
79
80
return () => clearTimeout(timeout);
81
0 commit comments