Skip to content

Commit b8da44e

Browse files
committed
tech feedback
1 parent a153143 commit b8da44e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

source/crud/configure.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@ Read and Write Settings
2727
-----------------------
2828

2929
You can control how the driver routes read operations by setting a **read preference**.
30-
You can also control options for how the driver waits for acknowledgment of
31-
read and write operations on a replica set by setting a **read concern** and a
32-
**write concern**.
30+
You can also control how the driver handles data consistency and durability by setting
31+
a **read concern** or **write concern**. Read concerns specify the level of durability
32+
required for the data when performing read operations, and write concerns specify
33+
how the driver waits for acknowledgment of write operations on a replica set.
3334

3435
You can set write concern, read concern, and read preference options at the following
3536
levels:

0 commit comments

Comments
 (0)