Skip to content

Commit bf945f5

Browse files
authored
Merge pull request swooletw#29 from shenjiayu/master
Update swoole_http.php
2 parents cc52e00 + b404ec2 commit bf945f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/swoole_http.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
'pid_file' => env('SWOOLE_HTTP_PID_FILE', base_path('storage/logs/swoole_http.pid')),
1919
'log_file' => env('SWOOLE_HTTP_LOG_FILE', base_path('storage/logs/swoole_http.log')),
2020
'daemonize' => env('SWOOLE_HTTP_DAEMONIZE', false),
21-
// Normally this value should be 1~4 times lager according to your cpu cores.
21+
// Normally this value should be 1~4 times larger according to your cpu cores.
2222
'worker_num' => env('SWOOLE_HTTP_WORKER_NUM', 4),
2323
'task_worker_num' => env('SWOOLE_HTTP_TASK_WORKER_NUM', 4),
2424
// The data to receive can't be larger than buffer_output_size.

0 commit comments

Comments
 (0)