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

view: more limiting tweaks (2)

This commit is contained in:
Andrew Dolgov
2009-01-22 16:24:10 +01:00
parent 26b968cdf5
commit ee8091ba78

View File

@@ -240,7 +240,7 @@
// if (get_pref($link, "SYNC_COUNTERS") || ($mode == "prefetch" && $csync)) {
if (time() - $_SESSION["view:counters_stamp"] > 5 && $mode == "prefetch") {
if (time() - $_SESSION["view:counters_stamp"] > 3 && $mode == "prefetch") {
print "<counters>";
getAllCounters($link, $omode);
print "</counters>";