Skip to content

Commit e087a6f

Browse files
authored
Merge pull request #296 from 6-SPOT/develop
톰켓스레드의 정상화
2 parents bca7e44 + acbc43f commit e087a6f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/resources/application.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ server:
4949
context-path: /
5050
tomcat:
5151
threads:
52-
max: 3000
52+
max: 500
5353
max-connections: 10000
54-
accept-count: 1000
54+
accept-count: 3000
5555
mbeanregistry:
5656
enabled: true
5757
connection-timeout: 60000

0 commit comments

Comments
 (0)