修改文件上传大小限制
This commit is contained in:
parent
1172cac95c
commit
4805ccf949
|
@ -27,5 +27,5 @@ return [
|
|||
'status_file' => runtime_path() . '/webman.status',
|
||||
'stdout_file' => runtime_path() . '/logs/stdout.log',
|
||||
'log_file' => runtime_path() . '/logs/workerman.log',
|
||||
'max_package_size' => 10 * 1024 * 1024
|
||||
'max_package_size' => 20 * 1024 * 1024
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue