Skip to content

Commit

Permalink
feat: add retryWrites to allowed mongo extra options (#7869)
Browse files Browse the repository at this point in the history
  • Loading branch information
asanchez-alt committed Jul 9, 2021
1 parent 229c4eb commit dcdaaca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/driver/mongodb/MongoDriver.ts
Expand Up @@ -200,7 +200,8 @@ export class MongoDriver implements Driver {
"monitorCommands",
"useNewUrlParser",
"useUnifiedTopology",
"autoEncryption"
"autoEncryption",
"retryWrites"
];

// -------------------------------------------------------------------------
Expand Down

0 comments on commit dcdaaca

Please sign in to comment.