1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-10 14:57:52 +00:00

Raise the max log entries limit.

This commit is contained in:
sledgehammer999 2016-01-25 01:08:32 +02:00
parent 1058572c8a
commit 663791fac2

View File

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