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 4c58383 commit 6ec4660Copy full SHA for 6ec4660
src/mongo_client.ts
@@ -118,6 +118,7 @@ export type SupportedSocketOptions = Pick<
118
TcpNetConnectOpts & {
119
autoSelectFamily?: boolean;
120
autoSelectFamilyAttemptTimeout?: number;
121
+ /** Node.JS socket option to set the time the first keepalive probe is sent on an idle socket. */
122
keepAliveInitialDelay?: number;
123
},
124
(typeof LEGAL_TCP_SOCKET_OPTIONS)[number]
0 commit comments