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 21, 2021
1 parent 5e778c6 commit 88619e4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
spring.profiles.active=local
spring.session.store-type=redis
spring.cache.type=redis
spring.cache.type=redis

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

0 comments on commit 88619e4

Please sign in to comment.