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