mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 08:28:42 +00:00
chore: update hamster script
This commit is contained in:
parent
31aeb5887a
commit
b3d8998735
1 changed files with 4 additions and 4 deletions
|
|
@ -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 = [];
|
||||
|
|
|
|||
Loading…
Reference in a new issue