From 1f5a192b76c57fd6a3dcb462462b7dd8b415f547 Mon Sep 17 00:00:00 2001 From: eckrin Date: Thu, 23 Nov 2023 01:48:17 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20MultipartFile=20=EC=97=85=EB=A1=9C?= =?UTF-8?q?=EB=93=9C=20=ED=81=AC=EA=B8=B0=20=EC=A0=9C=ED=95=9C=2030MB?= =?UTF-8?q?=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Related to: Issue #20 --- src/main/resources/application.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index fa95777..bd8c510 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -38,8 +38,8 @@ spring: port: ${REDIS_PORT} servlet: multipart: - max-file-size: 12MB - max-request-size: 12MB + max-file-size: 30MB + max-request-size: 30MB cloud: aws: