mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-21 08:09:35 +08:00
Raise the max log entries limit.
This commit is contained in:
parent
1058572c8a
commit
663791fac2
@ -6,7 +6,7 @@
|
||||
#include <QReadWriteLock>
|
||||
#include <QObject>
|
||||
|
||||
const int MAX_LOG_MESSAGES = 1000;
|
||||
const int MAX_LOG_MESSAGES = 20000;
|
||||
|
||||
namespace Log
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user