view: output counters only when called in prefetch mode or when csync is enabled

master
Andrew Dolgov 17 years ago
parent 028959411c
commit 3bfc7a2ff1

@ -212,7 +212,7 @@
}
}
if ($mode != "prefetch_old" || $csync) {
if ($mode == "prefetch" || $csync) {
print "<counters>";
getAllCounters($link, $omode);
print "</counters>";

Loading…
Cancel
Save