view: output counters only when called in prefetch mode AND when csync is enabled
This commit is contained in:
parent
3bfc7a2ff1
commit
3908a1af90
|
@ -212,7 +212,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($mode == "prefetch" || $csync) {
|
if ($mode == "prefetch" && $csync) {
|
||||||
print "<counters>";
|
print "<counters>";
|
||||||
getAllCounters($link, $omode);
|
getAllCounters($link, $omode);
|
||||||
print "</counters>";
|
print "</counters>";
|
||||||
|
|
Loading…
Reference in New Issue