From a59c52af8e2fa621e3b6ba52f5b8de41decf1797 Mon Sep 17 00:00:00 2001 From: zhouxin Date: Thu, 22 Dec 2022 15:04:42 +0800 Subject: [PATCH] =?UTF-8?q?(fixed)7540=20=E9=99=84=E4=BB=B6=E8=B6=85?= =?UTF-8?q?=E8=BF=87100M=E4=B8=8A=E4=BC=A0=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/config.js b/api/config.js index b944e8a..29128e2 100644 --- a/api/config.js +++ b/api/config.js @@ -88,7 +88,7 @@ const product = { accessKey: QINIU_AK, secretKey: QINIU_SK }, - maxSize: 104857600, // 100M + maxSize: 209715200, // 200M } }, { entry: require('./app').entry,