Skip to content

Commit af9fb45

Browse files
committed
fix(sdam): minHeartbeatIntervalMS => minHeartbeatFrequencyMS
1 parent 49d7235 commit af9fb45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/core/sdam/topology.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ class Topology extends EventEmitter {
144144
),
145145
serverSelectionTimeoutMS: options.serverSelectionTimeoutMS,
146146
heartbeatFrequencyMS: options.heartbeatFrequencyMS,
147-
minHeartbeatIntervalMS: options.minHeartbeatIntervalMS,
147+
minHeartbeatFrequencyMS: options.minHeartbeatFrequencyMS,
148148
// allow users to override the cursor factory
149149
Cursor: options.cursorFactory || CoreCursor,
150150
// the bson parser

0 commit comments

Comments
 (0)