From 9230e6efd210c08b7004171ca106e5d24d0fc0b3 Mon Sep 17 00:00:00 2001 From: mete0rfish Date: Fri, 24 Oct 2025 10:21:15 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EC=9A=B4=EC=98=81=20=EC=84=9C?= =?UTF-8?q?=EB=B2=84=20Hikari=20=EC=BB=A4=EB=84=A5=EC=85=98=20=ED=92=80=20?= =?UTF-8?q?=EC=A1=B0=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/src/main/resources/application.properties | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/server/src/main/resources/application.properties b/server/src/main/resources/application.properties index 1b223335..28eaa9d2 100755 --- a/server/src/main/resources/application.properties +++ b/server/src/main/resources/application.properties @@ -2,7 +2,7 @@ spring.application.name=server spring.config.import=optional:application-api.properties -spring.jpa.properties.hibernate.show_sql=true +spring.jpa.properties.hibernate.show_sql=false spring.jpa.properties.hibernate.format_sql=true spring.sql.init.mode=always spring.jpa.defer-datasource-initialization=true @@ -23,4 +23,11 @@ management.endpoints.web.exposure.include=info, health, prometheus spring.jpa.properties.hibernate.order_updates=true spring.jpa.properties.hibernate.order_insertes=true spring.jpa.properties.hibernate.jdbc.batch_size=100 -spring.datasource.hikari.maximum-pool-size=10 \ No newline at end of file + +spring.datasource.hikari.maximum-pool-size=10 +# 5? ? ??? ???? ?? ??, ?? ?? ?? +spring.datasource.hikari.leak-detection-threshold=300000 +# ?? ???? 5? ?? ?? ?? +spring.datasource.hikari.connection-timeout=300000 +# ?? ???? 30? ?? ??? +spring.datasource.hikari.max-lifetime=1800000