view: lower counters rate limit

master
Andrew Dolgov 16 years ago
parent 3c204a8e23
commit b9ce0ba169

@ -240,7 +240,7 @@
// if (get_pref($link, "SYNC_COUNTERS") || ($mode == "prefetch" && $csync)) { // 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>"; print "<counters>";
getAllCounters($link, $omode); getAllCounters($link, $omode);
print "</counters>"; print "</counters>";

Loading…
Cancel
Save