Merge pull request #19057 from adammichalik
* pr/19057: Remove invalid example of spring.mvc.async.request-timout property Closes gh-19057
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user