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' => [