From 0bdb91e4c14e83f0b2bd0c439aa563d6ddbd1e63 Mon Sep 17 00:00:00 2001 From: anhefti Date: Wed, 31 May 2023 15:19:36 +0200 Subject: [PATCH] adapted tomcat config --- src/main/resources/config/application.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/config/application.properties b/src/main/resources/config/application.properties index 0079b89b..c7f7849f 100644 --- a/src/main/resources/config/application.properties +++ b/src/main/resources/config/application.properties @@ -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