summaryrefslogtreecommitdiff
path: root/src/mongo/logv2/ramlog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/logv2/ramlog.h')
-rw-r--r--src/mongo/logv2/ramlog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/logv2/ramlog.h b/src/mongo/logv2/ramlog.h
index 5feba166044..edde0861911 100644
--- a/src/mongo/logv2/ramlog.h
+++ b/src/mongo/logv2/ramlog.h
@@ -108,7 +108,7 @@ private:
enum {
N = 1024, // number of lines
- C = 1024 // max size of line
+ C = 2048 // max size of line
};
const char* getLine_inlock(unsigned lineNumber) const;