Description
In the documentation of the balancer auto-merger I couldn't fidn any section regarding how to enable or disable the auto-merger.
The command to enable/disable the auto-merger is the following:
db.getSiblingDB("config").settings.update(
|
{_id: 'automerge'},
|
{$set: {enabled: <false|true>}},
|
{upsert: true, writeConcern: {w: 'majority'}});
|
It should be similar to the instruction we have to disable/enable the balancer