From ecf559d4bc75d77c6c579cce73bd7f23cf4317cd Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Thu, 23 Nov 2023 10:10:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0swoole=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/swoole.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/swoole.php b/config/swoole.php index 8429e475..1f830cfd 100644 --- a/config/swoole.php +++ b/config/swoole.php @@ -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,