Only functions

This commit is contained in:
fogelito 2025-12-28 15:14:56 +02:00
parent bd9f02b689
commit c463a9a662

View file

@ -198,7 +198,8 @@ class StatsResources extends Action
}
try {
$dbForProject->skipFilters(fn () => $this->countForSitesAndFunctions($dbForProject, $region), $this->filters);
$dbForProject->skipFilters(fn () => $this->countForSitesAndFunctions($dbForProject, $region), ['subQueryVariables', 'subQueryProjectVariables']);
} catch (Throwable $th) {
call_user_func_array($this->logError, [$th, "StatsResources", "count_for_functions_{$project->getId()}"]);
}