Skip to content

Commit 715f8e2

Browse files
committed
add link to the spec
1 parent 2ea19f7 commit 715f8e2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/mongo_client.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,8 @@ export interface MongoClientOptions extends BSONSerializeOptions, SupportedNodeC
237237
/**
238238
* Whether or not to enable overload retargeting. Defaults to false.
239239
* @see https://www.mongodb.com/docs/atlas/overload-errors
240+
* More information about the overload policy in drivers:
241+
* @see https://github.com/mongodb/specifications/blob/master/source/client-backpressure/client-backpressure.md#overload-retry-policy
240242
* */
241243
enableOverloadRetargeting?: boolean;
242244
/** Allow a driver to force a Single topology type with a connection string containing one host */

0 commit comments

Comments
 (0)