Skip to content

Commit 2cdb1d1

Browse files
committed
Configure Tomcat thread pool with max threads in application.yaml
1 parent f771e0d commit 2cdb1d1

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

self-monitor/src/main/resources/application.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
server:
2+
tomcat:
3+
threads:
4+
max: 20
25
port: 8080
36

47
spring:
5-
task:
6-
execution:
7-
pool:
8-
max-size: 10
98
main:
109
banner-mode: off
1110
application:

0 commit comments

Comments
 (0)