mirror of
https://github.com/transmission/transmission
synced 2025-03-12 07:03:44 +00:00
#3517 Only apply the idle seed limit when the transfer is comple
This commit is contained in:
parent
deef425a14
commit
94ea77a014
1 changed files with 1 additions and 1 deletions
|
@ -415,7 +415,7 @@ tr_torrentCheckSeedLimit( tr_torrent * tor )
|
|||
{
|
||||
assert( tr_isTorrent( tor ) );
|
||||
|
||||
if( !tor->isRunning )
|
||||
if( !tor->isRunning || !tr_torrentIsSeed( tor ) )
|
||||
return;
|
||||
|
||||
/* if we're seeding and reach our seed ratio limit, stop the torrent */
|
||||
|
|
Loading…
Add table
Reference in a new issue