perf: fix slow message delivery and post-restart connection latency

perf: fix slow message delivery and post-restart connection latency
This commit is contained in:
Renato Alcara
2026-02-25 20:15:14 -03:00
committed by GitHub
parent c39bda3720
commit f688f00695
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -157,7 +157,7 @@ export type SocketConfig = {
* Recommended usage: enable this option in your `startSock()` call right after
* deploying a new version, then disable it on subsequent reconnections.
*
* @default false
* @default true
*/
clearRoutingInfoOnStart: boolean