We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
minHeartbeatIntervalMS
minHeartbeatFrequencyMS
1 parent 49d7235 commit af9fb45Copy full SHA for af9fb45
lib/core/sdam/topology.js
@@ -144,7 +144,7 @@ class Topology extends EventEmitter {
144
),
145
serverSelectionTimeoutMS: options.serverSelectionTimeoutMS,
146
heartbeatFrequencyMS: options.heartbeatFrequencyMS,
147
- minHeartbeatIntervalMS: options.minHeartbeatIntervalMS,
+ minHeartbeatFrequencyMS: options.minHeartbeatFrequencyMS,
148
// allow users to override the cursor factory
149
Cursor: options.cursorFactory || CoreCursor,
150
// the bson parser
0 commit comments