summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/kv/kv_engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/storage/kv/kv_engine.h')
-rw-r--r--src/mongo/db/storage/kv/kv_engine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/storage/kv/kv_engine.h b/src/mongo/db/storage/kv/kv_engine.h
index c24ac53c7ee..335046082fa 100644
--- a/src/mongo/db/storage/kv/kv_engine.h
+++ b/src/mongo/db/storage/kv/kv_engine.h
@@ -399,6 +399,6 @@ protected:
/**
* The default capped size (in bytes) for capped collections, unless overridden.
*/
- static const int64_t kDefaultCappedSizeBytes = 4096;
+ const int64_t kDefaultCappedSizeBytes = 4096;
};
}