|
|
|
@ -1292,7 +1292,8 @@ void Session::processBigRatios()
@@ -1292,7 +1292,8 @@ void Session::processBigRatios()
|
|
|
|
|
qreal globalMaxRatio = this->globalMaxRatio(); |
|
|
|
|
foreach (TorrentHandle *const torrent, m_torrents) { |
|
|
|
|
if (torrent->isSeed() |
|
|
|
|
&& ((torrent->ratioLimit() != TorrentHandle::NO_RATIO_LIMIT) || !torrent->isForced())) { |
|
|
|
|
&& (torrent->ratioLimit() != TorrentHandle::NO_RATIO_LIMIT) |
|
|
|
|
&& !torrent->isForced()) { |
|
|
|
|
const qreal ratio = torrent->realRatio(); |
|
|
|
|
qreal ratioLimit = torrent->ratioLimit(); |
|
|
|
|
if (ratioLimit == TorrentHandle::USE_GLOBAL_RATIO) { |
|
|
|
|