setInterval($appConfig->getValueInt('serverinfo', 'job_interval_storage_stats', 60 * 60 * 3)); parent::__construct($time); $this->storageStatistics = $storageStatistics; } /** * @inheritDoc */ #[\Override] protected function run($argument): void { $this->storageStatistics->updateStorageCounts(); } }