mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-04 15:59:15 +00:00
adjust rate limits on automatic update of offline info
This commit is contained in:
@@ -521,7 +521,7 @@
|
||||
//$unread_only = db_escape_string($_REQUEST["unread_only"]);
|
||||
//if (!$amount) $amount = 50;
|
||||
|
||||
$amount = 100;
|
||||
$amount = 200;
|
||||
$unread_only = true;
|
||||
|
||||
print "<rpc-reply>";
|
||||
@@ -583,7 +583,6 @@
|
||||
$line["unread"] = (int)sql_bool_to_bool($line["unread"]);
|
||||
$line["tags"] = format_tags_string(get_article_tags($link, $id), $id);
|
||||
|
||||
|
||||
print json_encode($line);
|
||||
print "]]></article>";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user