Explorar el Código

Merge pull request #4 from relusek/master

In mongodb 2.6.10, when oplog appears in mongodb.conf, service doesnt start up
pull/5/head
Filip Pytloun hace 7 años
padre
commit
67ade90b86
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. +3
    -1
      mongodb/files/mongodb.conf

+ 3
- 1
mongodb/files/mongodb.conf Ver fichero

@@ -51,7 +51,9 @@ setParameter = logLevel={{ server.logging.get('logLevel', 1) }}
# 2=R
# 3=both
# 7=W+some reads
oplog = {{ server.logging.get('oplogLevel', 0) }}
{%- if server.logging.oplogLevel is defined %}
oplog = {{ server.logging.get('oplogLevel') }}
{%- endif %}

# Diagnostic/debugging option
#nocursors = true

Cargando…
Cancelar
Guardar