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

debuging usage

This commit is contained in:
shimon 2023-12-24 17:06:12 +02:00
parent 585b904b80
commit f1e066d965

View file

@ -40,6 +40,7 @@ class UsageHook extends Usage
public function action($register, $cache, $pools): void
{
Timer::tick(30000, function () use ($register, $cache, $pools) {
var_dump('innn');
$offset = count(self::$stats);
$projects = array_slice(self::$stats, 0, $offset, true);