Ignore:
Timestamp:
Aug 19, 2010, 10:14:59 PM (13 years ago)
Author:
livings124
Message:

#3517 Only apply the idle seed limit when the transfer is comple

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libtransmission/torrent.c

    r11178 r11181  
    416416    assert( tr_isTorrent( tor ) );
    417417
    418     if( !tor->isRunning )
     418    if( !tor->isRunning || !tr_torrentIsSeed( tor ) )
    419419        return;
    420420
Note: See TracChangeset for help on using the changeset viewer.