mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-24 08:28:54 +00:00
To avoid excess allocation, in particular for higher values of `MaxRequestsQueuedPerDestination`, the per-destination request queue is now initialized with a capacity of 32 entries and configured to grow 32 entries at a time until the maximum is reached. Resolves #8319.