We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc52e00 + b404ec2 commit bf945f5Copy full SHA for bf945f5
config/swoole_http.php
@@ -18,7 +18,7 @@
18
'pid_file' => env('SWOOLE_HTTP_PID_FILE', base_path('storage/logs/swoole_http.pid')),
19
'log_file' => env('SWOOLE_HTTP_LOG_FILE', base_path('storage/logs/swoole_http.log')),
20
'daemonize' => env('SWOOLE_HTTP_DAEMONIZE', false),
21
- // 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.
22
'worker_num' => env('SWOOLE_HTTP_WORKER_NUM', 4),
23
'task_worker_num' => env('SWOOLE_HTTP_TASK_WORKER_NUM', 4),
24
// The data to receive can't be larger than buffer_output_size.
0 commit comments