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

request counters asynchronously after viewfeed has succeeded but w/o counters block

This commit is contained in:
Andrew Dolgov
2008-05-20 13:52:38 +01:00
parent d6586c1d98
commit 5aaf9b34e4
3 changed files with 30 additions and 19 deletions

View File

@@ -288,11 +288,11 @@
if ($_GET["debug"]) $timing_info = print_checkpoint("20", $timing_info);
if (time() - $_SESSION["get_all_counters_stamp"] > 300) {
/* if (time() - $_SESSION["get_all_counters_stamp"] > 300) {
print "<counters>";
getAllCounters($link, $omode, $feed);
print "</counters>";
}
} */
if ($_GET["debug"]) $timing_info = print_checkpoint("30", $timing_info);