mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-23 16:58:06 -06:00
Increase the log size to accomodate for users with many torrents (>100).
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user