summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Lucas <bdlucas1@users.noreply.github.com>2017-04-17 17:59:05 -0400
committerMark Benvenuto <mark.benvenuto@mongodb.com>2017-04-17 17:59:05 -0400
commitfe4cdfccee8fa2657f6f97413893bb9846571a0c (patch)
treee8e946de217160015202cd7b165e5d0143b79f64
parent6bf3ff105bf0ae10a25966e1bd1a79df9a763da6 (diff)
downloadmongo-fe4cdfccee8fa2657f6f97413893bb9846571a0c.tar.gz
SERVER-25181 Increase default ftdc size to 200 MB
(cherry picked from commit 422eb112ca78216fc625f62bd2f55d92c5c515b6)
-rw-r--r--src/mongo/db/ftdc/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/ftdc/config.h b/src/mongo/db/ftdc/config.h
index ef7ee8b9143..feb57aaa1e6 100644
--- a/src/mongo/db/ftdc/config.h
+++ b/src/mongo/db/ftdc/config.h
@@ -86,7 +86,7 @@ struct FTDCConfig {
static const bool kEnabledDefault = true;
static const std::uint64_t kPeriodMillisDefault;
- static const std::uint64_t kMaxDirectorySizeBytesDefault = 100 * 1024 * 1024;
+ static const std::uint64_t kMaxDirectorySizeBytesDefault = 200 * 1024 * 1024;
static const std::uint64_t kMaxFileSizeBytesDefault = 10 * 1024 * 1024;
static const std::uint64_t kMaxFileUniqifier = 65000;