Skip to content

Commit 87822a7

Browse files
committed
chore: update thread config for Performance Testing
1 parent f8df2a4 commit 87822a7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/main/resources/application.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ springdoc:
3131

3232
server:
3333
tomcat:
34+
threads:
35+
max: 400
36+
min-spare: 200
3437
mbeanregistry:
3538
enabled: 'true'
3639

@@ -40,4 +43,4 @@ management:
4043
exposure:
4144
include: prometheus
4245
prometheus:
43-
enabled: 'true'
46+
enabled: 'true'

0 commit comments

Comments
 (0)