MCPcopy
hub / github.com/mongodb/node-mongodb-native / connectionCheckoutTimeout

Method connectionCheckoutTimeout

src/timeout.ts:368–372  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

366 }
367
368 get connectionCheckoutTimeout(): Timeout | null {
369 if (this.options.waitQueueTimeoutMS != null && this.options.waitQueueTimeoutMS > 0)
370 return Timeout.expires(this.options.waitQueueTimeoutMS);
371 return null;
372 }
373
374 get timeoutForSocketWrite(): Timeout | null {
375 return null;

Callers

nothing calls this directly

Calls 1

expiresMethod · 0.80

Tested by

no test coverage detected