File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ function validOptions(options) {
136
136
* @param {boolean } [options.autoReconnect=true] Enable autoReconnect for single server instances
137
137
* @param {boolean } [options.noDelay=true] TCP Connection no delay
138
138
* @param {boolean } [options.keepAlive=true] TCP Connection keep alive enabled
139
- * @param {boolean } [options.keepAliveInitialDelay=30000] The number of milliseconds to wait before initiating keepAlive on the TCP socket
139
+ * @param {number } [options.keepAliveInitialDelay=30000] The number of milliseconds to wait before initiating keepAlive on the TCP socket
140
140
* @param {number } [options.connectTimeoutMS=30000] TCP Connection timeout setting
141
141
* @param {number } [options.family=4] Version of IP stack. Defaults to 4
142
142
* @param {number } [options.socketTimeoutMS=360000] TCP Socket timeout setting
You can’t perform that action at this time.
0 commit comments