This commit is contained in:
commie
2026-02-15 19:41:56 +08:00
parent 61c5192018
commit 1a7f4bc98a
68 changed files with 992 additions and 353 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ return [
'transport' => 'tcp',
'context' => [],
'name' => 'webman',
'count' => \support\Env::get('app.debug',false) ? 2 : cpu_count() * 4,
'count' => cpu_count() * 4,
//'count' => 4,
'user' => '',
'group' => '',