diff options
author | dcodix <dcodina@laigu.net> | 2011-11-17 18:28:37 +0100 |
---|---|---|
committer | dcodix <dcodina@laigu.net> | 2011-11-17 18:28:37 +0100 |
commit | e79171be37ac7dde76da07b068a44c7955abff23 (patch) | |
tree | a91b34b80a58377f437fd9623f201c71ba8e1232 /rpm | |
parent | d28c919025766e7a61904fb39b6ebea6d65ba502 (diff) | |
download | mongo-e79171be37ac7dde76da07b068a44c7955abff23.tar.gz |
mongod.conf modiffied. After uncomenting #optlog = 0 mongo wouldn't start. Changed to #diaglog = 0.
Diffstat (limited to 'rpm')
-rw-r--r-- | rpm/mongod.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpm/mongod.conf b/rpm/mongod.conf index 73ff749534f..b65b68d0834 100644 --- a/rpm/mongod.conf +++ b/rpm/mongod.conf @@ -38,7 +38,7 @@ dbpath=/var/lib/mongo # 2=R # 3=both # 7=W+some reads -#oplog = 0 +#diaglog = 0 # Ignore query hints #nohints = true |