mirror of
https://github.com/transmission/transmission
synced 2024-12-25 17:17:31 +00:00
(trunk libT) do scrape paused torrents.
This commit is contained in:
parent
422d1b0f97
commit
f2c9d270b0
1 changed files with 0 additions and 1 deletions
|
@ -942,7 +942,6 @@ trackerPulse( void * vsession )
|
|||
|
||||
if( ( t->scrapeAt > 1 )
|
||||
&& ( t->scrapeAt <= now )
|
||||
&& ( t->isRunning )
|
||||
&& ( trackerSupportsScrape( t, tor ) ) )
|
||||
{
|
||||
t->scrapeAt = TR_TRACKER_BUSY;
|
||||
|
|
Loading…
Reference in a new issue