mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
fix period
This commit is contained in:
@@ -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' => [
|
||||
|
||||
Reference in New Issue
Block a user