Skip to content

Commit 8a48afd

Browse files
committed
enlarge server.tomcat.accept-count to 5000
1 parent 25df182 commit 8a48afd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apollo-common/src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ spring.jpa.hibernate.globally_quoted_identifiers=true
1313
spring.jpa.properties.hibernate.globally_quoted_identifiers=true
1414

1515
# Tomcat configuration
16-
server.tomcat.accept-count=1024
16+
server.tomcat.accept-count=5000
1717
# Increase tomcat header size for longer GET query parameter, should be n * 1024
1818
server.tomcat.maxHttpHeaderSize=10240

0 commit comments

Comments
 (0)