1
0
Fork 0
mirror of synced 2024-10-01 01:37:56 +13:00

chore: address review comments

This commit is contained in:
德华 刘 2023-11-30 16:24:11 +00:00
parent 5cb818066f
commit 4b7676158e

View file

@ -72,8 +72,6 @@ class Hamster extends Action
$this->getStatsPerUser($queueForHamster, $dbForConsole);
Console::success('Completed queuing stats for all users');
$queue->reclaim();
$loopTook = microtime(true) - $loopStart;
$now = date('d-m-Y H:i:s', time());
Console::info("[{$now}] Cloud Stats took {$loopTook} seconds");