File tree 1 file changed +4
-3
lines changed
Filter options
1 file changed +4
-3
lines changed
Original file line number Diff line number Diff line change @@ -647,9 +647,10 @@ about `Expire Data from Collections by Setting TTL`_ in MongoDB.
647
647
locks don't expire prematurely; the lock TTL should be set with enough extra
648
648
time in ``expireAfterSeconds `` to account for any clock drift between nodes.
649
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.
650
+ ``writeConcern `` and ``readConcern `` are not specified by MongoDbStore meaning
651
+ the collection's settings will take effect.
652
+ ``readPreference `` is ``primary `` for all queries.
653
+ Read more about `Replica Set Read and Write Semantics `_ in MongoDB.
653
654
654
655
PdoStore
655
656
~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments