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

Fix tail flag description for mongo #513

Merged
merged 1 commit into from
Dec 9, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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