1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-11 07:18:08 +00:00

Increase the log size to accomodate for users with many torrents (>100).

This commit is contained in:
sledgehammer999 2013-09-19 23:41:04 +03:00
parent 4cd134a35e
commit eeb43d6bfd
2 changed files with 1 additions and 2 deletions

View File

@ -57,7 +57,6 @@ private:
LogListWidget *m_logList; LogListWidget *m_logList;
LogListWidget *m_banList; LogListWidget *m_banList;
int m_maxLines;
}; };
#endif // EXECUTIONLOG_H #endif // EXECUTIONLOG_H

View File

@ -61,7 +61,7 @@ class ScanFoldersModel;
class TorrentSpeedMonitor; class TorrentSpeedMonitor;
class DNSUpdater; class DNSUpdater;
const int MAX_LOG_MESSAGES = 100; const int MAX_LOG_MESSAGES = 1000;
enum TorrentExportFolder { enum TorrentExportFolder {
RegularTorrentExportFolder, RegularTorrentExportFolder,