Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gregs committed Jun 14, 2011
1 parent 9387703 commit a25e0ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp-examples/tailable_cursor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ void tail(DBClientBase& conn, const char *ns) {
// we need to requery
break;
}
// No need to wait, cursor will block with _AwaitData
// No need to wait here, cursor will block for several ms with _AwaitData
continue; // we will try more() again
}
BSONObj o = c->next();
Expand Down

0 comments on commit a25e0ca

Please sign in to comment.