This timings handler management is a crap design

This has bitten me on the ass so many times now
This commit is contained in:
Dylan T.
2024-12-16 03:11:07 +00:00
committed by GitHub
parent 80899ea72c
commit aee358d329

View File

@ -73,6 +73,7 @@ class AsyncWorker extends Worker{
}
self::$notifier = $this->sleeperEntry->createNotifier();
Timings::init();
self::$cycleGcManager = new GarbageCollectorManager($this->logger, Timings::$asyncTaskWorkers);
}