Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update src/cmap/connection_pool_events.ts
Co-authored-by: Neal Beeken <neal.beeken@mongodb.com>
  • Loading branch information
aditi-khare-mongoDB and nbbeeken authored Jul 9, 2024
commit a98c29f7c316b53101c0ca09a70b96af9cca951a
3 changes: 1 addition & 2 deletions src/cmap/connection_pool_events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,7 @@ export class ConnectionCheckOutFailedEvent extends ConnectionPoolMonitoringEvent
* The time it took to check out the connection.
* More specifically, the time elapsed between
* emitting a `ConnectionCheckOutStartedEvent`
* and emitting this event as part of the same checking out.
*
* and emitting this event as part of the same check out.
*/
durationMS: number;

Expand Down