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 @@ -3359,19 +3359,19 @@ Sharding Parameters
3359
3359
3360
3360
``autoMergerIntervalSecs`` can only be set on config servers.
3361
3361
3362
- This example sets ``autoMergerIntervalSecs`` to 7200 milliseconds ,
3362
+ This example sets ``autoMergerIntervalSecs`` to 7200 seconds ,
3363
3363
or two hours, at startup:
3364
3364
3365
3365
.. code-block:: bash
3366
3366
3367
- mongod --setParameter autoMergeInterval =7200
3367
+ mongod --setParameter autoMergerIntervalSecs =7200
3368
3368
3369
3369
During run time, you can set or modify the parameter with the
3370
3370
:dbcommand:`setParameter` command:
3371
3371
3372
3372
.. code-block:: javascript
3373
3373
3374
- db.adminCommand( { setParameter: 1, autoMergeInterval : 7200 } )
3374
+ db.adminCommand( { setParameter: 1, autoMergerIntervalSecs : 7200 } )
3375
3375
3376
3376
.. parameter:: autoMergerThrottlingMS
3377
3377
You can’t perform that action at this time.
0 commit comments