From 90f31f998e751d2567711677c13e73601973e3b3 Mon Sep 17 00:00:00 2001 From: Jeremy Mikola Date: Fri, 31 Aug 2012 18:10:58 -0300 Subject: [PATCH] Fix mongos warning for primaryPreferred read prefs --- source/applications/replication.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/applications/replication.txt b/source/applications/replication.txt index 292ea231bdd..e00db1ae896 100644 --- a/source/applications/replication.txt +++ b/source/applications/replication.txt @@ -256,8 +256,8 @@ behavior `. See also the .. versionchanged:: 2.2 :program:`mongos` added full support for read preferences. - When connecting to a :program:`mongos` instance older 2.2, using - a client that supports read preference modes, + When connecting to a :program:`mongos` instance older than 2.2, + using a client that supports read preference modes, :readmode:`primaryPreferred` will send queries to secondaries. .. readmode:: secondary