Skip to content

Commit 5f51f6a

Browse files
shorten comments
1 parent 8798c96 commit 5f51f6a

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/cmap/connection_pool_events.ts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -213,12 +213,6 @@ export class ConnectionCheckOutFailedEvent extends ConnectionPoolMonitoringEvent
213213
* emitting a `ConnectionCheckOutStartedEvent`
214214
* and emitting this event as part of the same checking out.
215215
*
216-
* Naturally, if a new connection was not created (`ConnectionCreatedEvent`)
217-
* and established (`ConnectionReadyEvent`) as part of checking out,
218-
* this duration is usually
219-
* not greater than `ConnectionPoolOptions.waitQueueTimeoutMS`,
220-
* but MAY occasionally be greater than that,
221-
* because a driver does not provide hard real-time guarantees.
222216
*/
223217
durationMS: number;
224218

@@ -251,12 +245,6 @@ export class ConnectionCheckedOutEvent extends ConnectionPoolMonitoringEvent {
251245
* emitting a `ConnectionCheckOutStartedEvent`
252246
* and emitting this event as part of the same checking out.
253247
*
254-
* Naturally, if a new connection was not created (`ConnectionCreatedEvent`)
255-
* and established (`ConnectionReadyEvent`) as part of checking out,
256-
* this duration is usually
257-
* not greater than `ConnectionPoolOptions.waitQueueTimeoutMS`,
258-
* but MAY occasionally be greater than that,
259-
* because a driver does not provide hard real-time guarantees.
260248
*/
261249
durationMS: number;
262250

0 commit comments

Comments
 (0)