Browse Source

Merge branch '2.1.x' into 2.2.x

See gh-19473
pull/19540/head
Stephane Nicoll 6 years ago
parent
commit
85667ba165
  1. 2
      spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/ServerProperties.java

2
spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/ServerProperties.java

@ -390,7 +390,7 @@ public class ServerProperties { @@ -390,7 +390,7 @@ public class ServerProperties {
* given time. Once the limit has been reached, the operating system may still
* accept connections based on the "acceptCount" property.
*/
private int maxConnections = 10000;
private int maxConnections = 8192;
/**
* Maximum queue length for incoming connection requests when all possible request

Loading…
Cancel
Save