Skip to content

Commit d50532e

Browse files
committed
[Chore]: 쓰레드 풀 사이즈 변경
1 parent 58456d2 commit d50532e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/main/resources/application.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ spring:
77
prod:
88
- common
99
---
10+
server:
11+
tomcat:
12+
threads:
13+
max: 1
14+
min-spare: 10
15+
max-connections: 8192
16+
accept-count: 100
17+
connection-timeout: 20000
1018
spring:
1119
config:
1220
activate:

0 commit comments

Comments
 (0)