From 8a48afdd05b5726fbe0c96830454587597b61fe3 Mon Sep 17 00:00:00 2001 From: Jason Song Date: Tue, 13 Jun 2017 10:16:55 +0800 Subject: [PATCH] enlarge server.tomcat.accept-count to 5000 --- apollo-common/src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apollo-common/src/main/resources/application.properties b/apollo-common/src/main/resources/application.properties index 5c72986f4..cd6bc8f3d 100644 --- a/apollo-common/src/main/resources/application.properties +++ b/apollo-common/src/main/resources/application.properties @@ -13,6 +13,6 @@ spring.jpa.hibernate.globally_quoted_identifiers=true spring.jpa.properties.hibernate.globally_quoted_identifiers=true # Tomcat configuration -server.tomcat.accept-count=1024 +server.tomcat.accept-count=5000 # Increase tomcat header size for longer GET query parameter, should be n * 1024 server.tomcat.maxHttpHeaderSize=10240 -- GitLab