From ea8685b35aec16d20717296d0e82c394ffa31abc Mon Sep 17 00:00:00 2001 From: JACKYMYPERSON Date: Sun, 2 Nov 2025 15:50:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=87=E4=BB=B6=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0=E5=A4=A7=E5=B0=8F=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/config/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/config/config.yaml b/server/config/config.yaml index 3fc4dc4d..33be53c5 100644 --- a/server/config/config.yaml +++ b/server/config/config.yaml @@ -19,7 +19,7 @@ mysql: upload: allow_image_types: "image/jpeg,image/png,image/gif,image/webp" - max_file_size: 5242880 # 5MB (5 * 1024 * 1024) + max_file_size: 20971520 # 20MB (20 * 1024 * 1024) fileupload: max_file_size: 1073741824 # 1GB