mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
remove db storage check
This commit is contained in:
@@ -347,11 +347,6 @@ class StatsUsage extends Action
|
||||
continue;
|
||||
}
|
||||
|
||||
if (str_contains($key, METRIC_DATABASES_STORAGE)) {
|
||||
// skip database storage calc as it's wrong and we plan to get this from StatsResources
|
||||
continue;
|
||||
}
|
||||
|
||||
foreach ($this->periods as $period => $format) {
|
||||
$time = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user