Commit c154a014 authored by Adam Michalik's avatar Adam Michalik Committed by Stephane Nicoll

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

See gh-19057
parent c2221b9f
...@@ -207,8 +207,7 @@ public class WebMvcProperties { ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment