From 8222b0dde5013a0dc8e1ba0cee901d8eea0f200b Mon Sep 17 00:00:00 2001 From: ubuntu20 Date: Tue, 29 Sep 2020 17:09:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8C=85=E4=BD=93=E6=9C=80?= =?UTF-8?q?=E5=A4=A7=E4=BC=A0=E8=BE=93=E6=95=B0=E9=87=8F=E4=B8=BA20m?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Pack.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Pack.php b/src/Pack.php index cfcbad2..ea5b41a 100644 --- a/src/Pack.php +++ b/src/Pack.php @@ -21,7 +21,7 @@ class Pack { const DATA_TYPE_SAMPLE_DATA = 1; /** - * @var integral 包的最大长度 + * @var integral 包的最大长度20m */ static public $packageMaxLength = 1024 * 1024 * 20;