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 02a8e6c commit 8c61e50Copy full SHA for 8c61e50
packages/app/src/app/overmind/effects/live/index.ts
@@ -90,7 +90,7 @@ export default new (class Live {
90
// the server, so we manually wait and try to connect;
91
_socket.disconnect();
92
93
- const waitTime = 5000 * Math.random();
+ const waitTime = 500 + 5000 * Math.random();
94
95
setTimeout(() => {
96
_socket.connect();
0 commit comments