Skip to content

Commit aa17eeb

Browse files
Disable filters for platform and project databases - Stat resources
- Disable filters for platform and project databases - Stat resources
1 parent 1529357 commit aa17eeb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/Appwrite/Platform/Workers/StatsResources.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@ protected function countForProject(Database $dbForPlatform, callable $getLogsDB,
100100
return;
101101
}
102102

103+
$dbForPlatform->disableFilters();
104+
$dbForProject->disableFilters();
105+
103106
try {
104107

105108
$region = $project->getAttribute('region');

0 commit comments

Comments
 (0)