File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -447,7 +447,7 @@ for more information.
447
447
.. [#acceptable-secondary-latency] Applications can configure the
448
448
threshold used in this stage. The default "acceptable latency" is
449
449
15 milliseconds. For :program:`mongos` you can use the
450
- :option:`--localThreshold` <mongos --localThreshold>` or
450
+ :option:`--localThreshold <mongos --localThreshold>` or
451
451
:setting:`localThreshold` runtime options to set this value.
452
452
453
453
@@ -478,13 +478,13 @@ maintain their own connection pool to the replica set members, as a
478
478
result:
479
479
480
480
- a request without a specified preference will have
481
- :readmode:`PRIMARY `, the default, unless, the :program:`mongos`
481
+ :readmode:`primary `, the default, unless, the :program:`mongos`
482
482
reuses and existing connection that had a different mode set.
483
483
484
484
Always explicitly set your read preference mode to prevent
485
485
confusion.
486
486
487
- - all :readmode:`NEAREST ` and latency calculations reflect the
487
+ - all :readmode:`nearest ` and latency calculations reflect the
488
488
connection between the :program:`mongos` and the :program:`mongod`
489
489
instances, not the client and the :program:`mongod` instances.
490
490
You can’t perform that action at this time.
0 commit comments