修改配置

main
gzydong 2021-03-31 10:25:44 +08:00
parent f3b4a43b19
commit 6dc3e26e1e
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ return [
],
'settings' => [
'enable_coroutine' => true,
'worker_num' => 1,
'worker_num' => swoole_cpu_num(),
'pid_file' => BASE_PATH . '/runtime/hyperf.pid',
'open_tcp_nodelay' => true,
'max_coroutine' => 100000,