You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/servlet/WebMvcProperties.java
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -207,8 +207,7 @@ public static class Async {
207
207
208
208
/**
209
209
* 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.
0 commit comments