diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 52e2d08..215db37 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -49,9 +49,9 @@ server: context-path: / tomcat: threads: - max: 3000 + max: 500 max-connections: 10000 - accept-count: 1000 + accept-count: 3000 mbeanregistry: enabled: true connection-timeout: 60000