Skip to content

Commit 5b6a010

Browse files
committed
Update
1 parent ee31917 commit 5b6a010

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/client/demo/ws.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export class FakeWs {
3535
}
3636
}
3737
if (this.url.includes('/terminals/')) {
38-
setTimeout(() => this.init(), 100)
38+
setTimeout(() => this.init(), 600)
3939
}
4040
}, 1) // Wait for 1 second
4141
}

0 commit comments

Comments
 (0)