BAEL-4745 Update "How to Configure Spring Boot Tomcat" article

This commit is contained in:
Krzysztof Majewski 2020-12-29 10:38:58 +01:00
parent 76aa1706ad
commit 80c8a10520
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ server.error.include-exception=true
server.error.include-stacktrace=always
## Server connections configuration
server.tomcat.max-threads=200
server.tomcat.threads.max=200
server.connection-timeout=5s
server.max-http-header-size=8KB
server.tomcat.max-swallow-size=2MB