Skip to content

Commit d8dfe7c

Browse files
committed
Merge branch '3.3.x'
Closes gh-42727
2 parents d1976a4 + b203780 commit d8dfe7c

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -937,7 +937,8 @@ public static class Threads {
937937
private int minSpare = 10;
938938

939939
/**
940-
* Maximum capacity of the thread pool's backing queue.
940+
* Maximum capacity of the thread pool's backing queue. This setting only has
941+
* an effect if the value is greater than 0.
941942
*/
942943
private int maxQueueCapacity = 2147483647;
943944

0 commit comments

Comments
 (0)