Skip to content

Commit 015714c

Browse files
committed
Merge branch '2.2.x'
See gh-19474
2 parents 01a474b + 85667ba commit 015714c

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ public static class Tomcat {
354354
* given time. Once the limit has been reached, the operating system may still
355355
* accept connections based on the "acceptCount" property.
356356
*/
357-
private int maxConnections = 10000;
357+
private int maxConnections = 8192;
358358

359359
/**
360360
* Maximum queue length for incoming connection requests when all possible request

0 commit comments

Comments
 (0)