From f1e066d96583427c071092dbfbf88cac1a766ce9 Mon Sep 17 00:00:00 2001 From: shimon Date: Sun, 24 Dec 2023 17:06:12 +0200 Subject: [PATCH] debuging usage --- src/Appwrite/Platform/Workers/UsageHook.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Appwrite/Platform/Workers/UsageHook.php b/src/Appwrite/Platform/Workers/UsageHook.php index 6844e70162..80497cdf83 100644 --- a/src/Appwrite/Platform/Workers/UsageHook.php +++ b/src/Appwrite/Platform/Workers/UsageHook.php @@ -40,6 +40,7 @@ class UsageHook extends Usage public function action($register, $cache, $pools): void { Timer::tick(30000, function () use ($register, $cache, $pools) { + var_dump('innn'); $offset = count(self::$stats); $projects = array_slice(self::$stats, 0, $offset, true);