Skip to content
This repository has been archived by the owner on Aug 13, 2022. It is now read-only.

Commit

Permalink
[#62] 아이디 중복 체크 성능 개선
Browse files Browse the repository at this point in the history
- maximumPoolSize 증가
  • Loading branch information
cyj199637 committed Feb 28, 2021
1 parent 88619e4 commit 98d46aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ spring.session.store-type=redis
spring.cache.type=redis

#Hikari CP Congig
spring.datasource.hikari.maximum-pool-size=15
spring.datasource.hikari.maximum-pool-size=20

0 comments on commit 98d46aa

Please sign in to comment.