Make a comment about something important into an XXX comment.

This commit is contained in:
David Glasser
2013-10-07 20:56:20 -07:00
parent 10f3e9c90f
commit df73dca222

View File

@@ -1490,6 +1490,7 @@ var cursorSupportedByOplogTailing = function (cursorDescription) {
// We don't yet implement field filtering for oplog tailing (just because it's
// not implemented, not because there's a deep problem with implementing it).
// XXX Implementing field filtering should be a priority.
if (options.fields) return false;
// This option (which are mostly used for sorted cursors) require us to figure