Skip to content

Commit 261f1e5

Browse files
committed
fix(topology): don't drain iteration timers on server selection
1 parent b425fe5 commit 261f1e5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/core/sdam/topology.js

-2
Original file line numberDiff line numberDiff line change
@@ -420,8 +420,6 @@ class Topology extends EventEmitter {
420420
return;
421421
}
422422

423-
drainTimerQueue(this.s.iterationTimers);
424-
425423
selectServers(
426424
this,
427425
selector,

0 commit comments

Comments
 (0)