fixup! Move queries to the joblist
This commit is contained in:
parent
27ee8a7632
commit
2ee7531609
|
@ -91,7 +91,7 @@ if (\OC::$server->getConfig()->getSystemValue('installed', false)) {
|
|||
$application->add(new OC\Core\Command\Background\Cron(\OC::$server->getConfig()));
|
||||
$application->add(new OC\Core\Command\Background\WebCron(\OC::$server->getConfig()));
|
||||
$application->add(new OC\Core\Command\Background\Ajax(\OC::$server->getConfig()));
|
||||
$application->add(new OC\Core\Command\Background\Job(\OC::$server->getJobList(), \OC::$server->getDatabaseConnection(), \OC::$server->getLogger()));
|
||||
$application->add(new OC\Core\Command\Background\Job(\OC::$server->getJobList(), \OC::$server->getLogger()));
|
||||
|
||||
$application->add(\OC::$server->query(\OC\Core\Command\Broadcast\Test::class));
|
||||
|
||||
|
|
Loading…
Reference in New Issue