mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 00:54:41 +00:00
(health) add some comments
This commit is contained in:
parent
731d5ab600
commit
71bd852ff6
@ -567,6 +567,8 @@ class SystemhealthController extends ApiControllerBase
|
||||
$inverse = false;
|
||||
}
|
||||
|
||||
// The zoom (timespan) level determines the number of datasets to
|
||||
// use in the equation. All the irrelevant sets are removed here.
|
||||
if ((int)$detail >= 0) {
|
||||
for ($count = count($xml->rra) - 1; $count > $detail; $count--) {
|
||||
unset($xml->rra[$count]);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user