We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee31917 commit 5b6a010Copy full SHA for 5b6a010
1 file changed
src/client/demo/ws.js
@@ -35,7 +35,7 @@ export class FakeWs {
35
}
36
37
if (this.url.includes('/terminals/')) {
38
- setTimeout(() => this.init(), 100)
+ setTimeout(() => this.init(), 600)
39
40
}, 1) // Wait for 1 second
41
0 commit comments