Skip to content

Commit b042171

Browse files
committed
bump debounce on reconnect to 100ms
1 parent 6b9e36b commit b042171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/realtime/MCWSStreamWorkerScript.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
this.pending = setTimeout(() => {
141141
this.pending = undefined;
142142
this.reconnect();
143-
}, 10);
143+
}, 100);
144144
}
145145

146146
/**

0 commit comments

Comments
 (0)