1
0
Fork 0
mirror of synced 2024-06-03 03:14:50 +12:00

fix period

This commit is contained in:
Damodar Lohani 2022-10-21 01:40:33 +00:00
parent 088fd89294
commit a7e1e5f25f

View file

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