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

view: lower counters rate limit

This commit is contained in:
Andrew Dolgov
2009-01-22 16:15:59 +01:00
parent 3c204a8e23
commit b9ce0ba169

View File

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