Skip to content

Commit

Permalink
Added options
Browse files Browse the repository at this point in the history
  • Loading branch information
christkv committed May 28, 2016
1 parent 456b279 commit 268165a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/server.js
Expand Up @@ -64,7 +64,8 @@ var legalOptionNames = ['poolSize', 'ssl', 'sslValidate', 'checkServerIdentity',
* @param {number} [options.socketOptions.socketTimeoutMS=0] TCP Socket timeout setting
* @param {number} [options.reconnectTries=30] Server attempt to reconnect #times
* @param {number} [options.reconnectInterval=1000] Server will wait # milliseconds between retries
* @param {number} [options.monitoring=false] Triggers the server instance to call ismaster
* @param {number} [options.monitoring=true] Triggers the server instance to call ismaster
* @param {number} [options.haInterval=10000] The interval of calling ismaster when monitoring is enabled.
* @fires Server#connect
* @fires Server#close
* @fires Server#error
Expand Down

0 comments on commit 268165a

Please sign in to comment.