Skip to content

Commit

Permalink
fix(#2326): Add max file size for multipart requests (#2327)
Browse files Browse the repository at this point in the history
  • Loading branch information
tenthe authored Dec 13, 2023
1 parent 240d23d commit cca3801
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
#
server.port=8030
server.servlet.context-path=/streampipes-backend
spring.servlet.multipart.max-file-size=5120MB
spring.servlet.multipart.max-request-size=5120MB
server.tomcat.additional-tld-skip-patterns=*.jar
logging.config=classpath:logback.xml
spring.output.ansi.enabled=always
Expand Down

0 comments on commit cca3801

Please sign in to comment.