Join us at MongoDB.local London on 7 May to unlock new possibilities for your data. Use WEB50 to save 50%.
Register now >
Docs Menu
Docs Home
/ /
Administration Commands

setParameter

setParameter

setParameter is an administrative command for modifying options normally set on the command line. You must issue the setParameter command against the admin database in the form:

db.adminCommand( { setParameter: 1, <parameter>: <value> } )

For the available parameters, including examples, see MongoDB Server Parameters.

Back

setIndexCommitQuorum