Skip to content

Commit

Permalink
Merge pull request swooletw#451 from memfork/fix-invalid-swoole-proce…
Browse files Browse the repository at this point in the history
…ss-number

Fix incorrect SWOOLE_PROCESS value
  • Loading branch information
albertcht authored Nov 24, 2020
2 parents 254d08a + b3e824a commit 714cb6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Server/helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ function swoole_cpu_num(): int
}

if (! defined('SWOOLE_PROCESS')) {
define('SWOOLE_PROCESS', 3);
define('SWOOLE_PROCESS', 2);
}

0 comments on commit 714cb6d

Please sign in to comment.