1
0
Fork 0
mirror of synced 2024-10-01 17:58:02 +13:00

metrics adjustments

after and projectId additions
This commit is contained in:
shimon 2023-12-21 14:07:24 +02:00
parent 9a2f97b613
commit eff578bb36

View file

@ -360,8 +360,8 @@ class CalcTierStats extends Action
}
$counter++;
}
} catch (\Throwable) {
;
} catch (\Throwable $t) {
Console::error("Error while counting buckets: {$project->getId()}");
}
$stats['Buckets'] = $counter;
$stats['Files'] = $filesCount;