summaryrefslogtreecommitdiff
path: root/src/mongo/db/concurrency/d_concurrency.cpp
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2014-10-19 15:06:47 -0400
committerEliot Horowitz <eliot@10gen.com>2014-10-19 15:15:46 -0400
commitedfd13d04532e3e2d86677ce8d1fb5f0fc588904 (patch)
tree96dbaa68a7f12f960aaa7d1a9aa039dddbec5797 /src/mongo/db/concurrency/d_concurrency.cpp
parent80dbf7994401f178f382e5ae57edb7ce96533a0c (diff)
downloadmongo-edfd13d04532e3e2d86677ce8d1fb5f0fc588904.tar.gz
SERVER-14668: enable collection level locking as default
Diffstat (limited to 'src/mongo/db/concurrency/d_concurrency.cpp')
-rw-r--r--src/mongo/db/concurrency/d_concurrency.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/concurrency/d_concurrency.cpp b/src/mongo/db/concurrency/d_concurrency.cpp
index 6156ff0c9c2..63e9b5fd219 100644
--- a/src/mongo/db/concurrency/d_concurrency.cpp
+++ b/src/mongo/db/concurrency/d_concurrency.cpp
@@ -50,7 +50,7 @@
namespace mongo {
// SERVER-14668: Remove or invert sense once MMAPv1 CLL can be default
- MONGO_EXPORT_STARTUP_SERVER_PARAMETER(enableCollectionLocking, bool, false);
+ MONGO_EXPORT_STARTUP_SERVER_PARAMETER(enableCollectionLocking, bool, true);
DBTryLockTimeoutException::DBTryLockTimeoutException() {}
DBTryLockTimeoutException::~DBTryLockTimeoutException() throw() { }