summaryrefslogtreecommitdiff
path: root/src/mongo/db/keys_collection_client_direct.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/keys_collection_client_direct.h')
-rw-r--r--src/mongo/db/keys_collection_client_direct.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/db/keys_collection_client_direct.h b/src/mongo/db/keys_collection_client_direct.h
index 7bc02ed1c4f..f588fcc9d6e 100644
--- a/src/mongo/db/keys_collection_client_direct.h
+++ b/src/mongo/db/keys_collection_client_direct.h
@@ -57,8 +57,7 @@ public:
/**
* Returns false if getNewKeys uses readConcern level:local, so the documents returned can be
- * rolled back. For level:majority support the nodes must always start with
- * enableMajorityReadConcern parameter set to true.
+ * rolled back.
*/
bool supportsMajorityReads() const final {
return false;