Skip to content

Commit

Permalink
up fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kiss291323003 committed May 27, 2019
1 parent 93e6e12 commit 36015d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Render.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ protected function generateProcessList():array
$config->setProcessName('"Render.{$this->config->getSocketPrefix()}Worker.{$i}"');
$config->setSocketFile($this->config->getTempDir()."/Render.{$this->config->getSocketPrefix()}Worker.{$i}.sock");
$config->setRender($this->config->getRender());
$config->setAsyncCallback(false);
$array[$i] = new RenderProcess($config);
$this->worker[$i] = $array[$i];
}
Expand Down

0 comments on commit 36015d7

Please sign in to comment.