BAEL-4745 Update "How to Configure Spring Boot Tomcat" article
This commit is contained in:
parent
76aa1706ad
commit
80c8a10520
@ -9,7 +9,7 @@ server.error.include-exception=true
|
|||||||
server.error.include-stacktrace=always
|
server.error.include-stacktrace=always
|
||||||
|
|
||||||
## Server connections configuration
|
## Server connections configuration
|
||||||
server.tomcat.max-threads=200
|
server.tomcat.threads.max=200
|
||||||
server.connection-timeout=5s
|
server.connection-timeout=5s
|
||||||
server.max-http-header-size=8KB
|
server.max-http-header-size=8KB
|
||||||
server.tomcat.max-swallow-size=2MB
|
server.tomcat.max-swallow-size=2MB
|
||||||
|
Loading…
x
Reference in New Issue
Block a user