File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -86,11 +86,11 @@ once. Initial aggregation is never retried. In practical terms this means
86
86
that, for example:
87
87
88
88
- Calling ``collection.watch`` will fail if the cluster does not have
89
- enough available nodes to satisfy the ``"majority"`` read preference;
89
+ enough available nodes to satisfy the ``"majority"`` read preference.
90
90
- Once ``collection.watch`` successfully returns, if the cluster subsequently
91
- experiences an election or loses a node, but heals quickly enough,
92
- change stream reads via ``next`` or ``each`` methods will continue
93
- transparently to the application.
91
+ experiences an election or loses a node, but heals quickly enough,
92
+ change stream reads via ``next`` or ``each`` methods will continue
93
+ transparently to the application.
94
94
95
95
If the cluster loses enough nodes to not be able to satisfy the ``"majority"``
96
96
read preference and does not heal quickly enough, ``next`` and ``each``
You can’t perform that action at this time.
0 commit comments