From 1389bab3d1a3d9d769c67b65f2bf2cf7b5f96551 Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Sun, 30 Mar 2025 05:56:14 +0000 Subject: [PATCH] remove db storage check --- src/Appwrite/Platform/Workers/StatsUsage.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/Appwrite/Platform/Workers/StatsUsage.php b/src/Appwrite/Platform/Workers/StatsUsage.php index 6439fa5fbc..a0c16449b6 100644 --- a/src/Appwrite/Platform/Workers/StatsUsage.php +++ b/src/Appwrite/Platform/Workers/StatsUsage.php @@ -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;