Skip to content

Commit

Permalink
refactor: - accept-count 200, + hikari max pool size 50
Browse files Browse the repository at this point in the history
  • Loading branch information
masonkimseoul committed Oct 23, 2024
1 parent dfb2ded commit 3241112
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions backend/src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,18 @@ spring:
url: ${SPRING_DATASOURCE_URL}
username: ${SPRING_DATASOURCE_USERNAME}
password: ${SPRING_DATASOURCE_PASSWORD}
hikari:
maximum-pool-size: 50
jpa:
defer-datasource-initialization: false
hibernate:
ddl-auto: validate


security:
jwt:
token:
access-secret-key: ${JWT_ACCESS_SECRET_KEY}
refresh-secret-key: ${JWT_REFRESH_SECRET_KEY}

server:
tomcat:
accept-count: 200

0 comments on commit 3241112

Please sign in to comment.