1
0
Fork 0
mirror of synced 2024-10-05 12:43:13 +13: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 */ /** Get Usage stats */
$range = '90d'; $range = '30d';
$periods = [ $periods = [
'90d' => [ '30d' => [
'period' => '1d', 'period' => '1d',
'limit' => 90, 'limit' => 30,
], ]
]; ];
$tmp = []; $tmp = [];