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/ServerProperties.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -354,7 +354,7 @@ public static class Tomcat {
354
354
* given time. Once the limit has been reached, the operating system may still
355
355
* accept connections based on the "acceptCount" property.
356
356
*/
357
-
privateintmaxConnections = 10000;
357
+
privateintmaxConnections = 8192;
358
358
359
359
/**
360
360
* Maximum queue length for incoming connection requests when all possible request
0 commit comments