Merge pull request #10352 from MajewskiKrzysztof/bug/BAEL-4745
Bug/bael 4745
This commit is contained in:
commit
253b159813
|
@ -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…
Reference in New Issue