Browse Source

Raise the max log entries limit.

adaptive-webui-19844
sledgehammer999 9 years ago
parent
commit
663791fac2
  1. 2
      src/base/logger.h

2
src/base/logger.h

@ -6,7 +6,7 @@ @@ -6,7 +6,7 @@
#include <QReadWriteLock>
#include <QObject>
const int MAX_LOG_MESSAGES = 1000;
const int MAX_LOG_MESSAGES = 20000;
namespace Log
{

Loading…
Cancel
Save