diff options
author | Mike Fiedler <miketheman@gmail.com> | 2012-02-21 10:50:43 -0800 |
---|---|---|
committer | Mike Fiedler <miketheman@gmail.com> | 2012-02-21 10:50:43 -0800 |
commit | 8b60c3c0eb46c7862a217e7145d32f233a47103e (patch) | |
tree | ae9f9ef6912dee86de52f4259b64141fe4e736ae /rpm | |
parent | cf0b0b38f4a2d41e14765ac9d1de9844a34128da (diff) | |
parent | e79171be37ac7dde76da07b068a44c7955abff23 (diff) | |
download | mongo-8b60c3c0eb46c7862a217e7145d32f233a47103e.tar.gz |
Merge pull request #148 from dcodix/master
mongod.conf - oplog changed to diaglog in config file
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 dbfcc502e3d..060b08dff85 100644 --- a/rpm/mongod.conf +++ b/rpm/mongod.conf @@ -41,7 +41,7 @@ pidfilepath = /var/run/mongodb/mongod.pid # 2=R # 3=both # 7=W+some reads -#oplog = 0 +#diaglog = 0 # Ignore query hints #nohints = true |