Skip to content

Commit

Permalink
Merge pull request #140 from benmccann/clearer-comment
Browse files Browse the repository at this point in the history
Clarify comment
  • Loading branch information
richardwilly98 committed Sep 25, 2013
2 parents df83514 + b12bc37 commit 0faf1dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1247,7 +1247,7 @@ private DBCursor oplogCursor(final BSONTimestamp timestampOverride) {
int options = Bytes.QUERYOPTION_TAILABLE
| Bytes.QUERYOPTION_AWAITDATA | Bytes.QUERYOPTION_NOTIMEOUT;

// Use OPLOGREPLAY to improve performance:
// Using OPLOGREPLAY to improve performance:
// https://jira.mongodb.org/browse/JAVA-771
if (indexFilter.containsField(OPLOG_TIMESTAMP)) {
options = options | Bytes.QUERYOPTION_OPLOGREPLAY;
Expand Down

0 comments on commit 0faf1dd

Please sign in to comment.