Skip to content

Commit c154a01

Browse files
adammichaliksnicoll
authored andcommitted
Remove invalid example of spring.mvc.async.request-timout property
See gh-19057
1 parent c2221b9 commit c154a01

File tree

1 file changed

+1
-2
lines changed
  • spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/servlet

1 file changed

+1
-2
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/servlet/WebMvcProperties.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,7 @@ public static class Async {
207207

208208
/**
209209
* Amount of time before asynchronous request handling times out. If this value is
210-
* not set, the default timeout of the underlying implementation is used, e.g. 10
211-
* seconds on Tomcat with Servlet 3.
210+
* not set, the default timeout of the underlying implementation is used.
212211
*/
213212
private Duration requestTimeout;
214213

0 commit comments

Comments
 (0)