Skip to content

Commit

Permalink
fix(backend): use correct syntax to extend async timeout (#3381)
Browse files Browse the repository at this point in the history
fixing #3032
  • Loading branch information
corneliusroemer authored Dec 5, 2024
1 parent 9d6a506 commit ee77b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
server.port=8079
server.max-http-request-header-size=20KB
server.mvc.async.request-timeout=36000000

springdoc.default-produces-media-type=application/json
springdoc.default-consumes-media-type=application/json
Expand All @@ -9,6 +8,7 @@ springdoc.swagger-ui.operationsSorter=alpha
server.forward-headers-strategy=framework
spring.servlet.multipart.max-file-size=5000MB
spring.servlet.multipart.max-request-size=5000MB
spring.mvc.async.request-timeout=36000000

server.compression.enabled=true

Expand Down

0 comments on commit ee77b4a

Please sign in to comment.