Skip to content

Commit 6ec4660

Browse files
committed
chore: add api doc to option
1 parent 4c58383 commit 6ec4660

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/mongo_client.ts

+1
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ export type SupportedSocketOptions = Pick<
118118
TcpNetConnectOpts & {
119119
autoSelectFamily?: boolean;
120120
autoSelectFamilyAttemptTimeout?: number;
121+
/** Node.JS socket option to set the time the first keepalive probe is sent on an idle socket. */
121122
keepAliveInitialDelay?: number;
122123
},
123124
(typeof LEGAL_TCP_SOCKET_OPTIONS)[number]

0 commit comments

Comments
 (0)