From b3d899873510fe11e4d95f8436c7b1527c81eb3d Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Fri, 13 Oct 2023 12:29:03 +0400 Subject: [PATCH] chore: update hamster script --- src/Appwrite/Platform/Tasks/CalcTierStats.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Appwrite/Platform/Tasks/CalcTierStats.php b/src/Appwrite/Platform/Tasks/CalcTierStats.php index 1678c6c621..2a2bc20af9 100644 --- a/src/Appwrite/Platform/Tasks/CalcTierStats.php +++ b/src/Appwrite/Platform/Tasks/CalcTierStats.php @@ -155,12 +155,12 @@ class CalcTierStats extends Action } /** Get Usage stats */ - $range = '90d'; + $range = '30d'; $periods = [ - '90d' => [ + '30d' => [ 'period' => '1d', - 'limit' => 90, - ], + 'limit' => 30, + ] ]; $tmp = [];