Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Commit

Permalink
Fix invalid SWOOLE_PROCESS value
Browse files Browse the repository at this point in the history
  • Loading branch information
m3m0r7 committed Nov 24, 2020
1 parent 254d08a commit b3e824a
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 b3e824a

Please sign in to comment.