mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
Raise the max log entries limit.
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
#include <QReadWriteLock>
|
#include <QReadWriteLock>
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
|
|
||||||
const int MAX_LOG_MESSAGES = 1000;
|
const int MAX_LOG_MESSAGES = 20000;
|
||||||
|
|
||||||
namespace Log
|
namespace Log
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user