You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/libmongoc/doc/mongoc_read_prefs_t.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ A read preference abstraction
8
8
Synopsis
9
9
--------
10
10
11
-
:symbol:`mongoc_read_prefs_t` provides an abstraction on top of the MongoDB connection read prefences. It allows for hinting to the driver which nodes in a replica set should be accessed first.
11
+
:symbol:`mongoc_read_prefs_t` provides an abstraction on top of the MongoDB connection read preferences. It allows for hinting to the driver which nodes in a replica set should be accessed first.
12
12
13
13
You can specify a read preference mode on connection objects, database objects, collection objects, or per-operation. Generally, it makes the most sense to stick with the global default, ``MONGOC_READ_PRIMARY``. All of the other modes come with caveats that won't be covered in great detail here.
0 commit comments