Skip to content

Commit

Permalink
fix: 스레드 풀 개수 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
kariskan committed Aug 27, 2024
1 parent ccef731 commit ac448af
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ spring:
on-profile: local
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
hikari:
maximum-pool-size: 20
# hikari:
# maximum-pool-size: 20
jpa:
hibernate:
ddl-auto: none
Expand Down Expand Up @@ -39,13 +39,13 @@ management:
export:
enabled: true

server:
tomcat:
threads:
min-spare: 10
max: 20
accept-count: 100
max-connections: 20
#server:
# tomcat:
# threads:
# min-spare: 10
# max: 200
# accept-count: 100
# max-connections: 200

share:
server-domain: localhost:8080
Expand Down

0 comments on commit ac448af

Please sign in to comment.