diff --git a/source/reference/read-preference.txt b/source/reference/read-preference.txt index 8f44cf2230a..ec3f93063c7 100644 --- a/source/reference/read-preference.txt +++ b/source/reference/read-preference.txt @@ -117,7 +117,7 @@ Read Preference Modes how stale each secondary is by comparing the secondary's last write to that of the primary, if available, or to the secondary with the most recent write if there is no primary. The client will then - filter out any secondary whose estimated lag is greater than + filter out any secondary whose estimated lag is less than ``maxStalenessSeconds`` and randomly direct the read to a remaining member (primary or secondary) whose network latency falls within the :ref:`acceptable latency window