Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.
Prev Previous commit
Merge branch 'master' into develop
  • Loading branch information
albertcht authored May 5, 2018
commit 3f6e17bd18dd37c3a7a48337fbb034b8c42f20be
2 changes: 1 addition & 1 deletion config/swoole_http.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
'pid_file' => env('SWOOLE_HTTP_PID_FILE', base_path('storage/logs/swoole_http.pid')),
'log_file' => env('SWOOLE_HTTP_LOG_FILE', base_path('storage/logs/swoole_http.log')),
'daemonize' => env('SWOOLE_HTTP_DAEMONIZE', false),
// Normally this value should be 1~4 times lager according to your cpu cores.
// Normally this value should be 1~4 times larger according to your cpu cores.
'reactor_num' => env('SWOOLE_HTTP_REACTOR_NUM', swoole_cpu_num() * 2),
'worker_num' => env('SWOOLE_HTTP_WORKER_NUM', swoole_cpu_num() * 2),
'task_worker_num' => env('SWOOLE_HTTP_TASK_WORKER_NUM', swoole_cpu_num() * 2),
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.