From 6132185f41b564bd54af807f3f19ef68fa829c6c Mon Sep 17 00:00:00 2001 From: Gyeongho Yang Date: Thu, 24 Oct 2024 22:31:50 +0900 Subject: [PATCH] :sparkles: upscale tomcat max threads --- backend/src/main/resources/application-local.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/backend/src/main/resources/application-local.yaml b/backend/src/main/resources/application-local.yaml index 4117da32..6af7853b 100644 --- a/backend/src/main/resources/application-local.yaml +++ b/backend/src/main/resources/application-local.yaml @@ -7,12 +7,10 @@ spring: jpa: generate-ddl: true - show-sql: true hibernate: ddl-auto: update properties: hibernate: - format_sql: true use_sql_comments: true jwt: @@ -31,3 +29,8 @@ cloud: cloudfront-cname: ENC(3hfGWnS8F+CY67V0fc9kjS9inVeoFpNbnrjVE0xivh+P+BgBrbZOi19ZwdIRBL9tNO5L8+y9gJHSH1TKtaV+lA==) region: static: ENC(+TXuroM2fUTZ5CpylDnJfO672+ZFCdA+AVKRDLKoCWKJm+0gQ8/GH+QtS7jLG2v9) + +server: + tomcat: + threads: + max: 300