更新swoole上传限制
This commit is contained in:
parent
aca40a4b0e
commit
ecf559d4bc
@ -32,7 +32,7 @@ return [
|
||||
'task_max_request' => 2000,
|
||||
'enable_static_handler' => true,
|
||||
'document_root' => root_path('public'),
|
||||
'package_max_length' => 50 * 1024 * 1024,
|
||||
'package_max_length' => 100 * 1024 * 1024,
|
||||
'buffer_output_size' => 10 * 1024 * 1024,
|
||||
'socket_buffer_size' => 128 * 1024 * 1024,
|
||||
'max_request' => 3000,
|
||||
|
Loading…
x
Reference in New Issue
Block a user