Skip to content

Commit

Permalink
[FEATURE] DB Connection 성능 최적화 (#149)
Browse files Browse the repository at this point in the history
feat: DB Connection 성능 최적화 (#145)
  • Loading branch information
hyunmin0317 authored Jan 7, 2025
1 parent 44e6cd3 commit e1b894a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ spring:
profiles:
active: ${SPRING_PROFILE:local}

datasource:
hikari:
maximum-pool-size: 40

jpa:
open-in-view: false
properties:
Expand Down

0 comments on commit e1b894a

Please sign in to comment.