Do not apply share limit if the previous one was applied

PR #19970.
Closes #19857.
This commit is contained in:
Vladimir Golovnev 2023-11-21 10:21:20 +03:00 committed by GitHub
parent 92f810873a
commit bfa8dc7f67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2227,6 +2227,8 @@ void SessionImpl::processShareLimits()
torrent->setSuperSeeding(true);
LogMsg(u"%1 %2 %3"_s.arg(description, tr("Super seeding enabled."), torrentName));
}
continue;
}
}
}