diff options
author | Richard Kreuter <richard@10gen.com> | 2011-03-17 12:08:08 -0400 |
---|---|---|
committer | Richard Kreuter <richard@10gen.com> | 2011-03-17 12:08:08 -0400 |
commit | ea930f7170542ddd4ba5433c1fa7a5672838d6f0 (patch) | |
tree | 11cd99417eb49369637e565b4fb835496f82843f /debian | |
parent | 2e7514262a51baae23c5c57dabc8a24f7f934510 (diff) | |
download | mongo-ea930f7170542ddd4ba5433c1fa7a5672838d6f0.tar.gz |
Remove a hidden option, and SERVER-2774.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/mongodb.conf | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/debian/mongodb.conf b/debian/mongodb.conf index 2b8ca9e5b84..1c318c6a18a 100644 --- a/debian/mongodb.conf +++ b/debian/mongodb.conf @@ -14,7 +14,8 @@ logappend=true #port = 27017 - +# Enables write-ahead journaling +# journal = true # Enables periodic logging of CPU utilization and I/O wait #cpu = true @@ -41,9 +42,6 @@ logappend=true # 7=W+some reads #diaglog = 0 -# Diagnostic/debugging option -#nocursors = true - # Ignore query hints #nohints = true |