Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit 714cb6d

Browse files
authored
Merge pull request #451 from memfork/fix-invalid-swoole-process-number
Fix incorrect SWOOLE_PROCESS value
2 parents 254d08a + b3e824a commit 714cb6d

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)