mirror of
https://github.com/RoastSlav/quickdrop.git
synced 2025-12-20 13:59:36 -06:00
allow longer async request (#38)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user