client & MGR: add support for <max_event_log_lines>N</max_event_log_lines> in cc_config.xml (fix typo)

Default is 2000
0 means unlimited
This commit is contained in:
Charlie Fenton 2013-05-18 03:50:21 -07:00
parent 93aad6826c
commit 7ae25cb76d
1 changed files with 1 additions and 1 deletions

View File

@ -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;