We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce30611 commit e31bbdcCopy full SHA for e31bbdc
Readme.md
@@ -481,7 +481,7 @@ poolCluster.end(function (err) {
481
* `removeNodeErrorCount`: If connection fails, node's `errorCount` increases.
482
When `errorCount` is greater than `removeNodeErrorCount`, remove a node in the `PoolCluster`. (Default: `5`)
483
* `restoreNodeTimeout`: If connection fails, specifies the number of milliseconds
484
- before another connection attempt will be made. If set to `0`, then node will bd
+ before another connection attempt will be made. If set to `0`, then node will be
485
removed instead and never re-used. (Default: `0`)
486
* `defaultSelector`: The default selector. (Default: `RR`)
487
* `RR`: Select one alternately. (Round-Robin)
0 commit comments