mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 17:08:45 +00:00
debuging usage
This commit is contained in:
parent
585b904b80
commit
f1e066d965
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue