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
33593359
33603360 ``autoMergerIntervalSecs`` can only be set on config servers.
33613361
3362- This example sets ``autoMergerIntervalSecs`` to 7200 milliseconds ,
3362+ This example sets ``autoMergerIntervalSecs`` to 7200 seconds ,
33633363 or two hours, at startup:
33643364
33653365 .. code-block:: bash
33663366
3367- mongod --setParameter autoMergeInterval =7200
3367+ mongod --setParameter autoMergerIntervalSecs =7200
33683368
33693369 During run time, you can set or modify the parameter with the
33703370 :dbcommand:`setParameter` command:
33713371
33723372 .. code-block:: javascript
33733373
3374- db.adminCommand( { setParameter: 1, autoMergeInterval : 7200 } )
3374+ db.adminCommand( { setParameter: 1, autoMergerIntervalSecs : 7200 } )
33753375
33763376.. parameter:: autoMergerThrottlingMS
33773377
You can’t perform that action at this time.
0 commit comments