Skip to content

Commit

Permalink
Document that Tomcat's maxQueueCapacity need to be greater than 0
Browse files Browse the repository at this point in the history
Closes gh-42726
  • Loading branch information
mhalbritter committed Oct 17, 2024
1 parent 476d575 commit b203780
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,8 @@ public static class Threads {
private int minSpare = 10;

/**
* Maximum capacity of the thread pool's backing queue.
* Maximum capacity of the thread pool's backing queue. This setting only has
* an effect if the value is greater than 0.
*/
private int maxQueueCapacity = 2147483647;

Expand Down

0 comments on commit b203780

Please sign in to comment.