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