allow longer async request (#38)

This commit is contained in:
Rostislav
2025-06-12 14:03:13 +03:00
committed by GitHub
parent 7a85c1641d
commit 4f07662803
3 changed files with 7 additions and 3 deletions

View File

@@ -9,6 +9,7 @@ spring.thymeleaf.prefix=classpath:/templates/
spring.thymeleaf.suffix=.html
spring.thymeleaf.cache=false
server.tomcat.connection-timeout=60000
spring.mvc.async.request-timeout=3600000
logging.file.name=log/quickdrop.log
server.error.path=/error
#logging.level.org.springframework=DEBUG
@@ -17,4 +18,4 @@ server.error.path=/error
spring.flyway.baseline-on-migrate=true
spring.flyway.baseline-version=1
spring.flyway.locations=classpath:db/migration
app.version=1.4.3
app.version=1.4.4

View File

@@ -1,3 +1,5 @@
logging.file.path=quickdrop.log
spring.datasource.url=jdbc:sqlite:quickdrop.db
file.save.path=test-path
file.save.path=test-path
spring.mvc.async.request-timeout=3600000

View File

@@ -9,6 +9,7 @@ spring.thymeleaf.prefix=classpath:/templates/
spring.thymeleaf.suffix=.html
spring.thymeleaf.cache=false
server.tomcat.connection-timeout=60000
spring.mvc.async.request-timeout=3600000
logging.file.name=log/quickdrop.log
#logging.level.org.springframework=DEBUG
#logging.level.org.hibernate=DEBUG
#logging.level.org.hibernate=DEBUG