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

Commit 9620aeb

Browse files
Fix tail flag description for mongo (#513)
1 parent 91e3731 commit 9620aeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adaptor/mongodb/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ m = mongodb({
2626
| ------------------ | ------------------------------------------------------------ | ------------------------------ |
2727
| uri | Defines the full connection string of the MongoDB database. | mongodb://127.0.0.1:27017/test |
2828
| timeout | Overrides the default session timeout and should be parseable by time.ParseDuration | 10s |
29-
| tail | Set the flag to tell the Client whether or not access to the oplog will be needed | false |
29+
| tail | Whether the source connection will listen for updates after the initial sync (requires oplog access) | false |
3030
| ssl | Configures the database connection to connect via TLS | false |
3131
| cacerts | Configures the RootCAs for the underlying TLS connection | [] |
3232
| wc | Configures the write concern option for the session | 0 |

0 commit comments

Comments
 (0)