Skip to content

Commit c7277e0

Browse files
authored
DOCSP 32921 Add warning for --loadLevel setting (#157)
* DOCSP-32921 adding warning for loadLevel setting * DOCSP-32921 adding warning for loadLevel setting * DOCSP-32921 adding warning for loadLevel setting * DOCSP-32921 adding warning for loadLevel setting * DOCSP-32921 creating an includes for warning * DOCSP-32921 creating an includes for warning * DOCSP-32921 creating an includes for warning * DOCSP-32921 creating an includes for warning
1 parent 5282c58 commit c7277e0

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.. warning::
2+
3+
Setting ``loadLevel`` higher than the default of ``3`` may negatively
4+
impact the destination cluster performance.

source/reference/configuration.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ Options
100100
To set the ``loadLevel`` setting from the command line, see the
101101
:option:`--loadLevel` option.
102102

103+
.. include:: /includes/opts/loadlevel-warning.rst
104+
103105
.. setting:: logPath
104106

105107
*Type*: string

source/reference/mongosync.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ Global Options
9595
To set the ``--loadLevel`` option from a configuration file, see the
9696
:setting:`loadLevel` setting.
9797

98+
.. include:: /includes/opts/loadlevel-warning.rst
99+
98100
.. option:: --logPath <DIR>
99101

100102
.. include:: /includes/opts/logPath.rst

0 commit comments

Comments
 (0)