File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -771,7 +771,7 @@ MongoDB provides various transactions metrics:
771771
772772 - Includes information on slow transactions (i.e. transactions
773773 that exceed the :setting:`operationProfiling.slowOpThresholdMs`
774- threshhold ) under the :data:`TXN` log component.
774+ threshold ) under the :data:`TXN` log component.
775775
776776.. _transactions-fcv:
777777
Original file line number Diff line number Diff line change @@ -331,7 +331,7 @@ Behavior
331331Examples
332332--------
333333
334- Enable Profiler and Set Slow Operation Threshhold and Sample Rate
334+ Enable Profiler and Set Slow Operation Threshold and Sample Rate
335335~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
336336
337337The following example sets for a :binary:`~bin.mongod` instance:
@@ -353,7 +353,7 @@ settings.
353353
354354To view the current profiling level, see :method:`db.getProfilingStatus()`.
355355
356- Disable Profiler and Set Slow Operation Threshhold and Sample Rate
356+ Disable Profiler and Set Slow Operation Threshold and Sample Rate
357357~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
358358
359359The following example sets for a :binary:`~bin.mongod` or
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ district 3.
141141
142142The second :pipeline:`$match` stage uses ``$rand`` in a match
143143expression to further refine the selection. For each document,
144- ``$rand`` generates a value between 0 and 1. The threshhold of ``0.5``
144+ ``$rand`` generates a value between 0 and 1. The threshold of ``0.5``
145145in the less than :expression:`($lt)<$lt>` comparison means that
146146:query:`$expr` will be true for about half the documents.
147147
You can’t perform that action at this time.
0 commit comments