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 @@ -3319,19 +3319,19 @@ Sharding Parameters
3319
3319
3320
3320
``autoMergerIntervalSecs`` can only be set on config servers.
3321
3321
3322
- This example sets ``autoMergerIntervalSecs`` to 7200 milliseconds ,
3322
+ This example sets ``autoMergerIntervalSecs`` to 7200 seconds ,
3323
3323
or two hours, at startup:
3324
3324
3325
3325
.. code-block:: bash
3326
3326
3327
- mongod --setParameter autoMergeInterval =7200
3327
+ mongod --setParameter autoMergerIntervalSecs =7200
3328
3328
3329
3329
During run time, you can set or modify the parameter with the
3330
3330
:dbcommand:`setParameter` command:
3331
3331
3332
3332
.. code-block:: javascript
3333
3333
3334
- db.adminCommand( { setParameter: 1, autoMergeInterval : 7200 } )
3334
+ db.adminCommand( { setParameter: 1, autoMergerIntervalSecs : 7200 } )
3335
3335
3336
3336
.. parameter:: autoMergerThrottlingMS
3337
3337
You can’t perform that action at this time.
0 commit comments