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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user