File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -213,12 +213,6 @@ export class ConnectionCheckOutFailedEvent extends ConnectionPoolMonitoringEvent
213
213
* emitting a `ConnectionCheckOutStartedEvent`
214
214
* and emitting this event as part of the same checking out.
215
215
*
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.
222
216
*/
223
217
durationMS : number ;
224
218
@@ -251,12 +245,6 @@ export class ConnectionCheckedOutEvent extends ConnectionPoolMonitoringEvent {
251
245
* emitting a `ConnectionCheckOutStartedEvent`
252
246
* and emitting this event as part of the same checking out.
253
247
*
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.
260
248
*/
261
249
durationMS : number ;
262
250
You can’t perform that action at this time.
0 commit comments