1
0
Fork 0
mirror of synced 2024-07-03 21:50:34 +12:00

chore: update hamster script

This commit is contained in:
Christy Jacob 2023-10-13 12:29:03 +04:00
parent 31aeb5887a
commit b3d8998735

View file

@ -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 = [];