Browse Source

Merge branch '2.1.x' into 2.2.x

Closes gh-19091
pull/19328/head
Stephane Nicoll 6 years ago
parent
commit
58bfbb92b9
  1. 3
      spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/servlet/WebMvcProperties.java

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

@ -220,8 +220,7 @@ public class WebMvcProperties { @@ -220,8 +220,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;

Loading…
Cancel
Save