Remove invalid example of spring.mvc.async.request-timout property

See gh-19057
This commit is contained in:
Adam Michalik
2019-11-19 19:33:00 +01:00
committed by Stephane Nicoll
parent c2221b9f18
commit c154a014a1

View File

@@ -207,8 +207,7 @@ public class WebMvcProperties {
/**
* Amount of time before asynchronous request handling times out. If this value is
* not set, the default timeout of the underlying implementation is used, e.g. 10
* seconds on Tomcat with Servlet 3.
* not set, the default timeout of the underlying implementation is used.
*/
private Duration requestTimeout;