From df73dca22293c06ba28fbce36a3ce511b72f9b6a Mon Sep 17 00:00:00 2001 From: David Glasser Date: Mon, 7 Oct 2013 20:56:20 -0700 Subject: [PATCH] Make a comment about something important into an XXX comment. --- packages/mongo-livedata/mongo_driver.js | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/mongo-livedata/mongo_driver.js b/packages/mongo-livedata/mongo_driver.js index 86d58ffb48..79611a3385 100644 --- a/packages/mongo-livedata/mongo_driver.js +++ b/packages/mongo-livedata/mongo_driver.js @@ -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