view: more limiting tweaks
This commit is contained in:
parent
b9ce0ba169
commit
26b968cdf5
|
@ -240,7 +240,7 @@
|
|||
|
||||
// if (get_pref($link, "SYNC_COUNTERS") || ($mode == "prefetch" && $csync)) {
|
||||
|
||||
if (time() - $_SESSION["view:counters_stamp"] > 5) {
|
||||
if (time() - $_SESSION["view:counters_stamp"] > 5 && $mode == "prefetch") {
|
||||
print "<counters>";
|
||||
getAllCounters($link, $omode);
|
||||
print "</counters>";
|
||||
|
|
Loading…
Reference in New Issue