1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 11:05:55 +00:00

experimental: if using adaptive/unread mode w/ auto catchup don't calculate offsets because we're only interested in top $limit headlines anyway

This commit is contained in:
Andrew Dolgov
2015-08-05 10:13:30 +03:00
parent 332ff5cfb8
commit 0bd172cd6a
2 changed files with 13 additions and 4 deletions

View File

@@ -686,7 +686,8 @@ class API extends Handler {
"offset" => $offset,
"since_id" => $since_id,
"include_children" => $include_nested,
"check_first_id" => $check_first_id
"check_first_id" => $check_first_id,
"api_request" => true
);
$qfh_ret = queryFeedHeadlines($params);