1
0
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:
Andrew Dolgov
2009-02-03 22:40:27 +03:00
parent a4b906ec46
commit b548354310
3 changed files with 8 additions and 9 deletions

View File

@@ -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>";
}