adapted tomcat config
This commit is contained in:
parent
b7c8f3c1d4
commit
0bdb91e4c1
1 changed files with 4 additions and 4 deletions
|
@ -15,10 +15,10 @@ server.servlet.context-path=/
|
|||
# Tomcat
|
||||
server.tomcat.max-threads=2000
|
||||
server.tomcat.accept-count=300
|
||||
socket.soKeepAlive=true
|
||||
socket.performanceConnectionTime=1
|
||||
socket.performanceLatency=2
|
||||
socket.performanceBandwidth=0
|
||||
server.tomcat.socket.soKeepAlive=true
|
||||
server.tomcat.socket.performanceConnectionTime=1
|
||||
server.tomcat.socket.performanceLatency=2
|
||||
server.tomcat.socket.performanceBandwidth=0
|
||||
server.tomcat.uri-encoding=UTF-8
|
||||
|
||||
### encoding
|
||||
|
|
Loading…
Reference in a new issue