mirror of https://github.com/BOINC/boinc.git
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:
parent
93aad6826c
commit
7ae25cb76d
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue