(trunk libT) don't scrape paused torrents.
This commit is contained in:
parent
3086631734
commit
422d1b0f97
|
@ -942,6 +942,7 @@ trackerPulse( void * vsession )
|
|||
|
||||
if( ( t->scrapeAt > 1 )
|
||||
&& ( t->scrapeAt <= now )
|
||||
&& ( t->isRunning )
|
||||
&& ( trackerSupportsScrape( t, tor ) ) )
|
||||
{
|
||||
t->scrapeAt = TR_TRACKER_BUSY;
|
||||
|
|
Loading…
Reference in New Issue