Merge branch '3.3.x'

Closes gh-42727
This commit is contained in:
Moritz Halbritter 2024-10-17 10:33:31 +02:00
commit d8dfe7c1d8
1 changed files with 2 additions and 1 deletions

View File

@ -937,7 +937,8 @@ public class ServerProperties {
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;