Skip to content

Commit

Permalink
up fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kiss291323003 committed Oct 11, 2019
1 parent 761b6d5 commit 487b12c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Render.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ protected function generateProcessList():array
$array = [];
for ($i = 1;$i <= $this->config->getWorkerNum();$i++){
$config = new RenderProcessConfig();
$config->setProcessName('"Render.{$this->config->getSocketPrefix()}Worker.{$i}"');
$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);
Expand Down

0 comments on commit 487b12c

Please sign in to comment.