1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-31 09:31:29 +00:00

requestCounters: remove cooldown

This commit is contained in:
Andrew Dolgov
2018-12-12 20:06:44 +03:00
parent 5807f2e0f0
commit d53cdaf815
4 changed files with 10 additions and 34 deletions

View File

@@ -1305,10 +1305,7 @@
$data["max_feed_id"] = (int) $max_feed_id;
$data["num_feeds"] = (int) $num_feeds;
$data['last_article_id'] = Article::getLastArticleId();
$data['cdm_expanded'] = get_pref('CDM_EXPANDED');
$data["labels"] = Labels::get_all_labels($_SESSION["uid"]);
if (LOG_DESTINATION == 'sql' && $_SESSION['access_level'] >= 10) {