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

backend/feeds: do not calculate counters on reply

This commit is contained in:
Andrew Dolgov
2008-05-19 09:43:17 +01:00
parent fca95d5f99
commit f075890493

View File

@@ -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);