Skip to content

Commit

Permalink
fix(topology): don't drain iteration timers on server selection
Browse files Browse the repository at this point in the history
  • Loading branch information
mbroadst committed Nov 22, 2019
1 parent 2911d0c commit fed6a57
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/core/sdam/topology.js
Original file line number Diff line number Diff line change
Expand Up @@ -420,8 +420,6 @@ class Topology extends EventEmitter {
return;
}

drainTimerQueue(this.s.iterationTimers);

selectServers(
this,
selector,
Expand Down

0 comments on commit fed6a57

Please sign in to comment.