Skip to content

Commit

Permalink
πŸ“ docs : thread 60개, osiv off merge
Browse files Browse the repository at this point in the history
πŸ“ docs : thread 60개, osiv off #559
  • Loading branch information
hobeen-kim authored Oct 19, 2023
2 parents dd3eafe + 0049795 commit fefa526
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Server/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jwt:
server:
tomcat:
threads:
max: 100
max: 40
min-spare: 20
max-connections: 8192
accept-count: 100
Expand All @@ -96,7 +96,7 @@ spring:
on-profile: prod
datasource:
hikari:
maximumPoolSize: 40 # 유휴 및 μ‚¬μš©μ€‘μΈ connection을 ν¬ν•¨ν•˜μ—¬ 풀에 보관가λŠ₯ν•œ μ΅œλŒ€ 컀λ„₯μ…˜ 개수
maximumPoolSize: 60 # 유휴 및 μ‚¬μš©μ€‘μΈ 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 All @@ -106,7 +106,7 @@ spring:
properties:
hibernate:
dialect: com.server.global.dialect.CustomMySQL8Dialect
# open-in-view: false
open-in-view: false

pem:
location: /prometheus.pem
Expand Down

0 comments on commit fefa526

Please sign in to comment.