mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-22 17:35:22 +00:00
Add a new `spring.mvc.async.request-timeout` property which can be used to configure AsyncSupportConfigurer.setDefaultTimeout(..). Fixes gh-2900 Closes gh-3236