Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e464daf commit 98574f5Copy full SHA for 98574f5
components/lock.rst
@@ -647,9 +647,10 @@ about `Expire Data from Collections by Setting TTL`_ in MongoDB.
647
locks don't expire prematurely; the lock TTL should be set with enough extra
648
time in ``expireAfterSeconds`` to account for any clock drift between nodes.
649
650
-``writeConcern``, ``readConcern`` and ``readPreference`` are not specified by
651
-MongoDbStore meaning the collection's settings will take effect. Read more
652
-about `Replica Set Read and Write Semantics`_ in MongoDB.
+``writeConcern`` and ``readConcern`` are not specified by MongoDbStore meaning
+the collection's settings will take effect.
+``readPreference`` is ``primary`` for all queries.
653
+Read more about `Replica Set Read and Write Semantics`_ in MongoDB.
654
655
PdoStore
656
~~~~~~~~~~
0 commit comments