From 7ae25cb76d20ee020649278b95cb1803de6a7ad6 Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Sat, 18 May 2013 03:50:21 -0700 Subject: [PATCH] client & MGR: add support for N in cc_config.xml (fix typo) Default is 2000 0 means unlimited --- lib/cc_config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cc_config.cpp b/lib/cc_config.cpp index 51cd44b3a1..cad181c67a 100644 --- a/lib/cc_config.cpp +++ b/lib/cc_config.cpp @@ -36,7 +36,7 @@ #include "cc_config.h" -#define DEFAULT_MAX_DISPLAYED_EVENT_LOG_LINES 50 +#define DEFAULT_MAX_DISPLAYED_EVENT_LOG_LINES 2000 using std::string;