tomcat settings
This commit is contained in:
parent
9d7ef0452f
commit
a62f06781c
1 changed files with 6 additions and 0 deletions
|
@ -15,6 +15,12 @@ server.servlet.context-path=/
|
|||
# Tomcat
|
||||
server.tomcat.max-threads=2000
|
||||
server.tomcat.accept-count=300
|
||||
server.tomcat.socket.soKeepAlive=true
|
||||
server.tomcat.socket.performanceConnectionTime=1
|
||||
server.tomcat.socket.performanceLatency=2
|
||||
server.tomcat.socket.performanceBandwidth=0
|
||||
server.tomcat.keepAliveTimeout(3000);
|
||||
server.tomcat.maxKeepAliveRequests(3000);
|
||||
server.tomcat.uri-encoding=UTF-8
|
||||
|
||||
### encoding
|
||||
|
|
Loading…
Reference in a new issue