mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07:00
Raise the max log entries limit.
This commit is contained in:
parent
1058572c8a
commit
663791fac2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue