Skip to content

Commit

Permalink
fix: add threads min-spare configuration on properties (woowacourse#502)
Browse files Browse the repository at this point in the history
(cherry picked from commit 7e91356)
  • Loading branch information
geoje authored and Ho-Tea committed Sep 6, 2024
1 parent 9606571 commit 7806662
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions study/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ server:
accept-count: 1
max-connections: 1
threads:
min-spare: 2
max: 2
compression:
enabled: true
Expand Down

0 comments on commit 7806662

Please sign in to comment.