From 59d3d926b84e633c6a3a6135067bb89ea274a658 Mon Sep 17 00:00:00 2001 From: "gao.zhiyuan" Date: Sat, 30 Jul 2022 13:59:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E4=BB=B6=20200M?= 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 7f4d6c59..109b5bad 100644 --- a/api/config.js +++ b/api/config.js @@ -52,7 +52,7 @@ const product = { accessKey: QINIU_AK, secretKey: QINIU_SK }, - maxSize: 104857600, // 100M + maxSize: 104857600 * 2, // 100M * 2 } }, { entry: require('./app').entry,