diff --git a/services/qbittorrent.nix b/services/qbittorrent.nix index 28f541e..ad1c7d4 100644 --- a/services/qbittorrent.nix +++ b/services/qbittorrent.nix @@ -41,20 +41,24 @@ serverConfig.BitTorrent = { Session = { + MaxConnectionsPerTorrent = 10; + MaxUploadsPerTorrent = 10; + MaxConnections = -1; + MaxUploads = -1; + + MaxActiveCheckingTorrents = 5; + + # queueing + QueueingSystemEnabled = true; + MaxActiveDownloads = 2; # num of torrents that can download at the same time + MaxActiveUploads = 20; + IgnoreSlowTorrentsForQueueing = true; + GlobalUPSpeedLimit = 0; # unlimited upload GlobalDLSpeedLimit = 0; # unlimited download - - IgnoreLimitsOnLAN = true; - IncludeOverheadInLimits = false; GlobalMaxRatio = 6.0; - QueueingSystemEnabled = false; # seed all torrents all the time - - MaxConnections = -1; - MaxConnectionsPerTorrent = -1; - MaxUploads = -1; - MaxUploadsPerTorrent = -1; AddTrackersEnabled = true; AdditionalTrackers = (