Skip to content

Commit

Permalink
Update readme to show read preference in the mongo config.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamBartrum committed Jul 29, 2017
1 parent ae4c94e commit 11e7ed9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ var source = mongodb({
// "wc": 1,
// "fsync": false,
// "bulk": false,
// "collection_filters": "{}"
// "collection_filters": "{}",
// "read_preference": "Primary"
})
var sink = elasticsearch({
Expand Down

0 comments on commit 11e7ed9

Please sign in to comment.