From a7e1e5f25f44f736bc54515e172024ca11a92968 Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Fri, 21 Oct 2022 01:40:33 +0000 Subject: [PATCH] fix period --- app/controllers/api/storage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/api/storage.php b/app/controllers/api/storage.php index f236285749..781825704c 100644 --- a/app/controllers/api/storage.php +++ b/app/controllers/api/storage.php @@ -1571,7 +1571,7 @@ App::get('/v1/storage/:bucketId/usage') if (App::getEnv('_APP_USAGE_STATS', 'enabled') === 'enabled') { $periods = [ '24h' => [ - 'period' => '30m', + 'period' => '1h', 'limit' => 48, ], '7d' => [