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-1
Original file line number
Diff line number
Diff line change
@@ -372,7 +372,7 @@ public static class Tomcat {
372
372
* given time. Once the limit has been reached, the operating system may still
373
373
* accept connections based on the "acceptCount" property.
374
374
*/
375
-
privateintmaxConnections = 10000;
375
+
privateintmaxConnections = 8192;
376
376
377
377
/**
378
378
* Maximum queue length for incoming connection requests when all possible request
0 commit comments