Skip to content

Commit b3e824a

Browse files
committed
Fix invalid SWOOLE_PROCESS value
1 parent 254d08a commit b3e824a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Server/helpers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ function swoole_cpu_num(): int
1818
}
1919

2020
if (! defined('SWOOLE_PROCESS')) {
21-
define('SWOOLE_PROCESS', 3);
21+
define('SWOOLE_PROCESS', 2);
2222
}

0 commit comments

Comments
 (0)