set MajorityReadConcern to false to mongodb 3.6

This commit is contained in:
Roberto Cirillo 2022-02-24 13:40:25 +01:00
parent 3522814504
commit f6cf0e12dd
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ security:
replication:
oplogSizeMB: 2000
replSetName: {{ mongodb_replicaset }}
enableMajorityReadConcern: false
{% endif %}
#sharding: