mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:15:55 +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);
|
if ($_GET["debug"]) $timing_info = print_checkpoint("20", $timing_info);
|
||||||
|
|
||||||
print "<counters>";
|
//print "<counters>";
|
||||||
getAllCounters($link, $omode, $feed);
|
//getAllCounters($link, $omode, $feed);
|
||||||
print "</counters>";
|
//print "</counters>";
|
||||||
|
|
||||||
if ($_GET["debug"]) $timing_info = print_checkpoint("30", $timing_info);
|
if ($_GET["debug"]) $timing_info = print_checkpoint("30", $timing_info);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user