From 663791fac26ce750ba778cb0bd52b1b74ceae39f Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Mon, 25 Jan 2016 01:08:32 +0200 Subject: [PATCH] Raise the max log entries limit. --- src/base/logger.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/base/logger.h b/src/base/logger.h index 062bf6830..e5cbac803 100644 --- a/src/base/logger.h +++ b/src/base/logger.h @@ -6,7 +6,7 @@ #include #include -const int MAX_LOG_MESSAGES = 1000; +const int MAX_LOG_MESSAGES = 20000; namespace Log {