Add async request timeout property
Add a new `spring.mvc.async.request-timeout` property which can be used to configure AsyncSupportConfigurer.setDefaultTimeout(..). Fixes gh-2900 Closes gh-3236
This commit is contained in:
committed by
Phillip Webb
parent
295f9c6296
commit
78a7b6ed66
@@ -120,7 +120,8 @@ content into your application; rather pick only the properties that you need.
|
||||
spring.mvc.date-format= # set fixed date format, e.g. dd/MM/yyyy
|
||||
spring.mvc.favicon.enabled=true
|
||||
spring.mvc.message-codes-resolver-format= # PREFIX_ERROR_CODE / POSTFIX_ERROR_CODE
|
||||
spring.mvc.ignore-default-model-on-redirect=true # If the the content of the "default" model should be ignored redirects
|
||||
spring.mvc.ignore-default-model-on-redirect=true # if the the content of the "default" model should be ignored redirects
|
||||
spring.mvc.async.request-timeout= # async timeout in milliseconds
|
||||
spring.view.prefix= # MVC view prefix
|
||||
spring.view.suffix= # ... and suffix
|
||||
|
||||
|
||||
Reference in New Issue
Block a user