File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ function MongoClient() {
102102 * @param {boolean } [options.autoReconnect=true] Enable autoReconnect for single server instances
103103 * @param {boolean } [options.noDelay=true] TCP Connection no delay
104104 * @param {number } [options.family=4] Version of IP stack. Defaults to 4.
105- * @param {boolean } [options.keepAlive=30000] The number of milliseconds to wait before initiating keepAlive on the TCP socket.
105+ * @param {number } [options.keepAlive=30000] The number of milliseconds to wait before initiating keepAlive on the TCP socket.
106106 * @param {number } [options.connectTimeoutMS=30000] TCP Connection timeout setting
107107 * @param {number } [options.socketTimeoutMS=360000] TCP Socket timeout setting
108108 * @param {number } [options.reconnectTries=30] Server attempt to reconnect #times
You can’t perform that action at this time.
0 commit comments