From: Andrew Dolgov Date: Mon, 19 May 2008 08:43:17 +0000 (+0100) Subject: backend/feeds: do not calculate counters on reply X-Git-Tag: 1.2.23-final~52 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=f0758904933a4b0604129ca464ded5f8f57404e1;p=tt-rss.git backend/feeds: do not calculate counters on reply --- diff --git a/backend.php b/backend.php index bdecb6cd..e5ccd2b7 100644 --- a/backend.php +++ b/backend.php @@ -279,9 +279,9 @@ if ($_GET["debug"]) $timing_info = print_checkpoint("20", $timing_info); - print ""; - getAllCounters($link, $omode, $feed); - print ""; + //print ""; + //getAllCounters($link, $omode, $feed); + //print ""; if ($_GET["debug"]) $timing_info = print_checkpoint("30", $timing_info);