From eeb43d6bfd259f88a6817e660444772c730549f2 Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Thu, 19 Sep 2013 23:41:04 +0300 Subject: [PATCH] Increase the log size to accomodate for users with many torrents (>100). --- src/executionlog.h | 1 - src/qtlibtorrent/qbtsession.h | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/executionlog.h b/src/executionlog.h index 2c3495b52..c9bf891b9 100644 --- a/src/executionlog.h +++ b/src/executionlog.h @@ -57,7 +57,6 @@ private: LogListWidget *m_logList; LogListWidget *m_banList; - int m_maxLines; }; #endif // EXECUTIONLOG_H diff --git a/src/qtlibtorrent/qbtsession.h b/src/qtlibtorrent/qbtsession.h index 81deec7d5..9bb2fbe0f 100755 --- a/src/qtlibtorrent/qbtsession.h +++ b/src/qtlibtorrent/qbtsession.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,