mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-25 02:36:10 +03:00
Increase the log size to accomodate for users with many torrents (>100).
This commit is contained in:
parent
4cd134a35e
commit
eeb43d6bfd
2 changed files with 1 additions and 2 deletions
|
@ -57,7 +57,6 @@ private:
|
|||
|
||||
LogListWidget *m_logList;
|
||||
LogListWidget *m_banList;
|
||||
int m_maxLines;
|
||||
};
|
||||
|
||||
#endif // EXECUTIONLOG_H
|
||||
|
|
|
@ -61,7 +61,7 @@ class ScanFoldersModel;
|
|||
class TorrentSpeedMonitor;
|
||||
class DNSUpdater;
|
||||
|
||||
const int MAX_LOG_MESSAGES = 100;
|
||||
const int MAX_LOG_MESSAGES = 1000;
|
||||
|
||||
enum TorrentExportFolder {
|
||||
RegularTorrentExportFolder,
|
||||
|
|
Loading…
Reference in a new issue