Deleted daemon mode (You should use worker mode instead)
This commit is contained in:
parent
5e0dadf5e1
commit
d77f0e8474
12 changed files with 23 additions and 392 deletions
|
|
@ -69,7 +69,6 @@ class RebuildCommand extends Command
|
|||
{
|
||||
$runner = new RunCommand($this->logger);
|
||||
$runner->setMaxBuilds(1);
|
||||
$runner->setDaemon(false);
|
||||
|
||||
/** @var \PHPCensor\Store\BuildStore $store */
|
||||
$store = Factory::getStore('Build');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue