Skip to content

Commit

Permalink
fix(sdam): minHeartbeatIntervalMS => minHeartbeatFrequencyMS
Browse files Browse the repository at this point in the history
  • Loading branch information
mbroadst committed Nov 5, 2019
1 parent 49d7235 commit af9fb45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/sdam/topology.js
Expand Up @@ -144,7 +144,7 @@ class Topology extends EventEmitter {
),
serverSelectionTimeoutMS: options.serverSelectionTimeoutMS,
heartbeatFrequencyMS: options.heartbeatFrequencyMS,
minHeartbeatIntervalMS: options.minHeartbeatIntervalMS,
minHeartbeatFrequencyMS: options.minHeartbeatFrequencyMS,
// allow users to override the cursor factory
Cursor: options.cursorFactory || CoreCursor,
// the bson parser
Expand Down

0 comments on commit af9fb45

Please sign in to comment.