Skip to content

Commit

Permalink
enlarge server.tomcat.accept-count to 5000
Browse files Browse the repository at this point in the history
  • Loading branch information
nobodyiam committed Jun 13, 2017
1 parent 25df182 commit 8a48afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apollo-common/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8a48afd

Please sign in to comment.