Merge pull request 'set MajorityReadConcern to false to mongodb 3.6' (!3) from feauture/20970 into master
Reviewed-on: #3
This commit is contained in:
commit
f3b048a8b2
|
@ -46,6 +46,7 @@ security:
|
||||||
replication:
|
replication:
|
||||||
oplogSizeMB: 2000
|
oplogSizeMB: 2000
|
||||||
replSetName: {{ mongodb_replicaset }}
|
replSetName: {{ mongodb_replicaset }}
|
||||||
|
enableMajorityReadConcern: false
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
#sharding:
|
#sharding:
|
||||||
|
|
Loading…
Reference in New Issue