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,