diff --git a/Server/src/main/resources/application.yml b/Server/src/main/resources/application.yml index 1a8a47bc..79849e58 100644 --- a/Server/src/main/resources/application.yml +++ b/Server/src/main/resources/application.yml @@ -71,8 +71,8 @@ jwt: server: tomcat: threads: - max: 80 - min-spare: 20 + max: 100 + min-spare: 100 max-connections: 8192 accept-count: 100 connection-timeout: 20000