-
Notifications
You must be signed in to change notification settings - Fork 41.5k
Closed
Labels
status: duplicateA duplicate of another issueA duplicate of another issue
Description
Enhancement:
Add additional tomcat parameter: accept-count. This is incredibly useful parameter when implementing throttles to protect resources from heavy activity spikes. It is the best friend of max-threads which is already supported. Otherwise you end up with hundreds of sockets sitting in blocked state, rather then sending a 503 - try again later.
server:
port: 8080
tomcat:
max-threads: 10
accept-count: notImplemented
rajadileepkolli, cabbonizio, herau, aklinkert, elirandav and 2 more
Metadata
Metadata
Assignees
Labels
status: duplicateA duplicate of another issueA duplicate of another issue