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

add some piggy-backed counters to improve reliability

This commit is contained in:
Andrew Dolgov
2008-05-21 05:19:03 +01:00
parent 9922d56bbe
commit 06c88b8dc3
2 changed files with 8 additions and 5 deletions

View File

@@ -210,11 +210,11 @@
}
}
/* if ($mode != "prefetch_old") {
if ($mode != "prefetch_old") {
print "<counters>";
getAllCounters($link, $omode);
print "</counters>";
} */
}
print "</reply>";
break; // view
@@ -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);