mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 17:35:56 +00:00
backend/feeds: do not calculate counters on reply
This commit is contained in:
@@ -279,9 +279,9 @@
|
||||
|
||||
if ($_GET["debug"]) $timing_info = print_checkpoint("20", $timing_info);
|
||||
|
||||
print "<counters>";
|
||||
getAllCounters($link, $omode, $feed);
|
||||
print "</counters>";
|
||||
//print "<counters>";
|
||||
//getAllCounters($link, $omode, $feed);
|
||||
//print "</counters>";
|
||||
|
||||
if ($_GET["debug"]) $timing_info = print_checkpoint("30", $timing_info);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user