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 a32baa1 commit 0204f4aCopy full SHA for 0204f4a
src/cmap/connect.ts
@@ -307,7 +307,7 @@ function parseConnectOptions(options: ConnectionOptions): SocketConnectOpts {
307
(result as Document)[name] = options[name];
308
}
309
310
-result.keepAliveInitialDelay ??= 120000;
+ result.keepAliveInitialDelay ??= 120000;
311
result.keepAlive = true;
312
result.noDelay = options.noDelay ?? true;
313
0 commit comments