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
+2-1
Original file line number
Diff line number
Diff line change
@@ -937,7 +937,8 @@ public static class Threads {
937
937
privateintminSpare = 10;
938
938
939
939
/**
940
-
* Maximum capacity of the thread pool's backing queue.
940
+
* Maximum capacity of the thread pool's backing queue. This setting only has
0 commit comments