Skip to content

Commit b139ac6

Browse files
committed
Configure task execution pool with max-size in application.yaml
1 parent bd04d6a commit b139ac6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ server:
22
port: 8080
33

44
spring:
5+
task:
6+
execution:
7+
pool:
8+
max-size: 10
59
main:
610
banner-mode: off
711
application:

0 commit comments

Comments
 (0)