summaryrefslogtreecommitdiff
path: root/rpm
diff options
context:
space:
mode:
Diffstat (limited to 'rpm')
-rw-r--r--rpm/mongod.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/rpm/mongod.conf b/rpm/mongod.conf
index 1530199b6ea..1333286602c 100644
--- a/rpm/mongod.conf
+++ b/rpm/mongod.conf
@@ -12,6 +12,9 @@ fork = true
dbpath=/var/lib/mongo
+# Enables write-ahead journaling
+# journal = true
+
# Enables periodic logging of CPU utilization and I/O wait
#cpu = true
@@ -37,9 +40,6 @@ dbpath=/var/lib/mongo
# 7=W+some reads
#oplog = 0
-# Diagnostic/debugging option
-#nocursors = true
-
# Ignore query hints
#nohints = true