set MajorityReadConcern to false to mongodb 3.6
This commit is contained in:
parent
3522814504
commit
f6cf0e12dd
|
@ -46,6 +46,7 @@ security:
|
|||
replication:
|
||||
oplogSizeMB: 2000
|
||||
replSetName: {{ mongodb_replicaset }}
|
||||
enableMajorityReadConcern: false
|
||||
{% endif %}
|
||||
|
||||
#sharding:
|
||||
|
|
Loading…
Reference in New Issue