mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-04 01:09:15 +00:00
offline downloader: better detect when no more additional requests are needed
This commit is contained in:
@@ -555,6 +555,8 @@
|
||||
$limit = 50;
|
||||
$skip = $limit*($stage-1);
|
||||
|
||||
print "<limit value=\"$limit\"/>";
|
||||
|
||||
if ($amount > 0) $amount -= $skip;
|
||||
|
||||
if ($amount > 0) {
|
||||
|
||||
Reference in New Issue
Block a user