Remove mentions of Tomcat async request timeout value

Close gh-24030
This commit is contained in:
Rossen Stoyanchev
2019-11-19 16:18:08 +00:00
parent 2728f10a07
commit f4e0288357
6 changed files with 9 additions and 9 deletions

View File

@@ -4637,7 +4637,7 @@ The MVC configuration exposes the following options related to asynchronous requ
You can configure the following:
* Default timeout value for async requests, which if not set, depends
on the underlying Servlet container (for example, 10 seconds on Tomcat).
on the underlying Servlet container.
* `AsyncTaskExecutor` to use for blocking writes when streaming with
<<mvc-ann-async-reactive-types>> and for executing `Callable` instances returned from
controller methods. We highly recommended configuring this property if you