Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Commit

Permalink
Fix tail flag description for mongo (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyalberto authored Dec 9, 2021
1 parent 91e3731 commit 9620aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adaptor/mongodb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ m = mongodb({
| ------------------ | ------------------------------------------------------------ | ------------------------------ |
| uri | Defines the full connection string of the MongoDB database. | mongodb://127.0.0.1:27017/test |
| timeout | Overrides the default session timeout and should be parseable by time.ParseDuration | 10s |
| tail | Set the flag to tell the Client whether or not access to the oplog will be needed | false |
| tail | Whether the source connection will listen for updates after the initial sync (requires oplog access) | false |
| ssl | Configures the database connection to connect via TLS | false |
| cacerts | Configures the RootCAs for the underlying TLS connection | [] |
| wc | Configures the write concern option for the session | 0 |
Expand Down

0 comments on commit 9620aeb

Please sign in to comment.