https://bz.apache.org/bugzilla/show_bug.cgi?id=69133
Bug ID: 69133
Summary: Add property for max queue size to AbstractProtocol
Product: Tomcat 10
Version: 10.1.24
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Connectors
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ------
Hello,
what do you think about adding a setter for the max queue size on
AbstractProtocol? It already has setters for max threads, min spare threads etc
which are then set on the AbstractEndpoint, so I think having a setter for the
queue size would be good for consistency.
We already tried to use a custom executor to configure the queue size, however
that has created regressions in Spring Boot:
https://github.com/spring-projects/spring-boot/issues/40957 and
https://github.com/spring-projects/spring-boot/issues/40945.
Thanks!
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]