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

See gh-19057
pull/19101/head
Adam Michalik 5 years ago committed by Stephane Nicoll
parent c2221b9f18
commit c154a014a1

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

Loading…
Cancel
Save