Merge branch '1.6.x' into refactor-tasks

This commit is contained in:
Damodar Lohani
2025-02-12 17:26:02 +05:45
committed by GitHub
@@ -252,6 +252,8 @@ class StatsResources extends Action
});
$this->createStatsDocuments($region, METRIC_FILES_IMAGES_TRANSFORMED, $totalImageTransformations, 'inf');
$this->createStatsDocuments($region, METRIC_FILES_IMAGES_TRANSFORMED, $totalDailyImageTransformations, '1d');
$this->createStatsDocuments($region, METRIC_FILES_IMAGES_TRANSFORMED, $totalHourlyImageTransformations, '1h');
}