mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
chore: address review comments
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user