Skip to content

Commit

Permalink
๐Ÿ“ docs : connection poll 50 ๊ฐœ #559
Browse files Browse the repository at this point in the history
  • Loading branch information
hobeen-kim committed Oct 24, 2023
1 parent 2eef450 commit a708d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Server/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ spring:
on-profile: prod
datasource:
hikari:
maximumPoolSize: 80 # ์œ ํœด ๋ฐ ์‚ฌ์šฉ์ค‘์ธ connection์„ ํฌํ•จํ•˜์—ฌ ํ’€์— ๋ณด๊ด€๊ฐ€๋Šฅํ•œ ์ตœ๋Œ€ ์ปค๋„ฅ์…˜ ๊ฐœ์ˆ˜
maximumPoolSize: 50 # ์œ ํœด ๋ฐ ์‚ฌ์šฉ์ค‘์ธ connection์„ ํฌํ•จํ•˜์—ฌ ํ’€์— ๋ณด๊ด€๊ฐ€๋Šฅํ•œ ์ตœ๋Œ€ ์ปค๋„ฅ์…˜ ๊ฐœ์ˆ˜
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://sixman-rds.c2bhjqsi4ogs.ap-northeast-2.rds.amazonaws.com/sixmandb?useSSL=false&characterEncoding=UTF-8&serverTimezone=Asia/Seoul
jpa:
Expand Down

0 comments on commit a708d62

Please sign in to comment.