[api] 타임아웃 설정 변경

This commit is contained in:
2026-02-26 16:26:03 +09:00
parent 719b25ce06
commit 0cf29d4f52
2 changed files with 6 additions and 1 deletions
@@ -6,6 +6,11 @@ spring:
username: alist_dev
password: 1qaz2wsx!@
driver-class-name: net.sf.log4jdbc.sql.jdbcapi.DriverSpy
hikari:
maximum-pool-size: 10 # 줄이기
minimum-idle: 1 # 최소로
connection-timeout: 10000
idle-timeout: 30000
logging:
config: classpath:logback-local.xml